From: "srinuvasan.a via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: quirin.gylstorff@siemens.com, ubely@ilbers.de,
srinuvasan <srinuvasan.a@siemens.com>
Subject: [PATCH v2 6/7] meta-isar: Enable hikey support on Trixie
Date: Mon, 1 Sep 2025 12:04:35 +0530 [thread overview]
Message-ID: <20250901063436.3709891-7-srinuvasan.a@siemens.com> (raw)
In-Reply-To: <20250901063436.3709891-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.34.1
--
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/20250901063436.3709891-7-srinuvasan.a%40siemens.com.
next prev parent reply other threads:[~2025-09-01 6:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-01 6:34 [PATCH v2 0/7] Add Trixie support for various machines srinuvasan.a via isar-users
2025-09-01 6:34 ` [PATCH v2 1/7] Add trixie support for virtualbox srinuvasan.a via isar-users
2025-09-01 6:34 ` [PATCH v2 2/7] Add trixie support for bananapi srinuvasan.a via isar-users
2025-09-01 6:34 ` [PATCH v2 3/7] Add trixie support for de0-nano-soc srinuvasan.a via isar-users
2025-09-01 6:34 ` [PATCH v2 4/7] Add nanopi-neo-trixie target srinuvasan.a via isar-users
2025-09-01 6:34 ` [PATCH v2 5/7] meta-isar: Add phyboard-mira-trixie target srinuvasan.a via isar-users
2025-09-01 6:34 ` srinuvasan.a via isar-users [this message]
2025-09-01 6:34 ` [PATCH v2 7/7] 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=20250901063436.3709891-7-srinuvasan.a@siemens.com \
--to=isar-users@googlegroups.com \
--cc=quirin.gylstorff@siemens.com \
--cc=srinuvasan.a@siemens.com \
--cc=ubely@ilbers.de \
/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