From: "srinuvasan.a via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: srinuvasan <srinuvasan.a@siemens.com>
Subject: [PATCH 7/8] meta-isar: Enable hikey support on Trixie
Date: Sat, 16 Aug 2025 16:29:20 +0530 [thread overview]
Message-ID: <20250816105921.3428140-8-srinuvasan.a@siemens.com> (raw)
In-Reply-To: <20250816105921.3428140-1-srinuvasan.a@siemens.com>
From: srinuvasan <srinuvasan.a@siemens.com>
Introduces trixie support for the hikey machine and
adds this target to the "full" testsuite (test_nocross).
Signed-off-by: srinuvasan <srinuvasan.a@siemens.com>
---
kas/machine/Kconfig | 1 +
meta-isar/conf/mc.conf | 1 +
meta-isar/conf/multiconfig/hikey-trixie.conf | 5 +++++
testsuite/citest.py | 1 +
4 files changed, 8 insertions(+)
create mode 100644 meta-isar/conf/multiconfig/hikey-trixie.conf
diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index b78b381c..f8989d9e 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -67,6 +67,7 @@ config MACHINE_HIKEY
select DISTRO_DEBIAN
select CODENAME_BULLSEYE
select CODENAME_BOOKWORM
+ select CODENAME_TRIXIE
select ARCH_ARM64
config MACHINE_IMX6_SABRELITE
diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
index 3d21fb98..836c8bb6 100644
--- a/meta-isar/conf/mc.conf
+++ b/meta-isar/conf/mc.conf
@@ -43,6 +43,7 @@ BBMULTICONFIG = " \
de0-nano-soc-trixie \
hikey-bullseye \
hikey-bookworm \
+ hikey-trixie \
imx6-sabrelite-buster \
imx6-sabrelite-bullseye \
phyboard-mira-bullseye \
diff --git a/meta-isar/conf/multiconfig/hikey-trixie.conf b/meta-isar/conf/multiconfig/hikey-trixie.conf
new file mode 100644
index 00000000..a1fde3c4
--- /dev/null
+++ b/meta-isar/conf/multiconfig/hikey-trixie.conf
@@ -0,0 +1,5 @@
+# This software is a part of Isar.
+# Copyright (C) 2025 ilbers GmbH
+
+MACHINE ?= "hikey"
+DISTRO ?= "debian-trixie"
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 1fad8372..8d36ead3 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -304,6 +304,7 @@ class NoCrossTest(CIBaseTest):
'mc:qemui386-bookworm:isar-image-base',
'mc:qemumipsel-bookworm:isar-image-ci',
'mc:hikey-bookworm:isar-image-base',
+ 'mc:hikey-trixie:isar-image-base',
'mc:beagleplay-bookworm:isar-image-base',
'mc:qemuarm64-noble:isar-image-base',
'mc:qemuamd64-noble:isar-image-base',
--
2.39.5
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250816105921.3428140-8-srinuvasan.a%40siemens.com.
next prev parent reply other threads:[~2025-08-16 10:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 10:59 [PATCH 0/8] Add Trixie support for various machines srinuvasan.a via isar-users
2025-08-16 10:59 ` [PATCH 1/8] meta/recipes-kernel/linux: Use proper SSL toolkit (libssl3t64) for Trixie srinuvasan.a via isar-users
2025-08-21 11:28 ` 'Quirin Gylstorff' via isar-users
2025-08-21 11:53 ` Srinuvasan Arjunan
2025-08-21 12:46 ` 'Quirin Gylstorff' via isar-users
2025-08-16 10:59 ` [PATCH 2/8] Add trixie support for virtualbox srinuvasan.a via isar-users
2025-08-16 10:59 ` [PATCH 3/8] Add trixie support for bananapi srinuvasan.a via isar-users
2025-08-16 10:59 ` [PATCH 4/8] Add trixie support for de0-nano-soc srinuvasan.a via isar-users
2025-08-16 10:59 ` [PATCH 5/8] Add nanopi-neo-trixie target srinuvasan.a via isar-users
2025-08-16 10:59 ` [PATCH 6/8] meta-isar: Add phyboard-mira-trixie target srinuvasan.a via isar-users
2025-08-16 10:59 ` srinuvasan.a via isar-users [this message]
2025-08-16 10:59 ` [PATCH 8/8] Add trixie support for container-amd64 srinuvasan.a via isar-users
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250816105921.3428140-8-srinuvasan.a@siemens.com \
--to=isar-users@googlegroups.com \
--cc=srinuvasan.a@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox