From: Ilia Skochilov <iskochilov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Ilia Skochilov <iskochilov@ilbers.de>,
Srinuvasan A <srinuvasan.a@siemens.com>
Subject: [PATCH v2 2/4] Add bookworm support for bananapi
Date: Tue, 13 Feb 2024 10:06:57 +0000 [thread overview]
Message-ID: <20240213100659.3770402-3-iskochilov@ilbers.de> (raw)
In-Reply-To: <20240213100659.3770402-1-iskochilov@ilbers.de>
Add bookworm support for bananapi machine.
This patch also adds the new target to "full" testsuite (test_nocross).
Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
Signed-off-by: Ilia Skochilov <iskochilov@ilbers.de>
---
meta-isar/conf/mc.conf | 1 +
meta-isar/conf/multiconfig/bananapi-bookworm.conf | 5 +++++
testsuite/citest.py | 1 +
3 files changed, 7 insertions(+)
create mode 100644 meta-isar/conf/multiconfig/bananapi-bookworm.conf
diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
index 50d67524..4b46cb45 100644
--- a/meta-isar/conf/mc.conf
+++ b/meta-isar/conf/mc.conf
@@ -28,6 +28,7 @@ BBMULTICONFIG = " \
qemuriscv64-sid \
bananapi-buster \
bananapi-bullseye \
+ bananapi-bookworm \
de0-nano-soc-buster \
de0-nano-soc-bullseye \
de0-nano-soc-bookworm \
diff --git a/meta-isar/conf/multiconfig/bananapi-bookworm.conf b/meta-isar/conf/multiconfig/bananapi-bookworm.conf
new file mode 100644
index 00000000..be4dc154
--- /dev/null
+++ b/meta-isar/conf/multiconfig/bananapi-bookworm.conf
@@ -0,0 +1,5 @@
+# This software is a part of Isar.
+# Copyright (C) 2024 ilbers GmbH
+
+MACHINE ?= "bananapi"
+DISTRO ?= "debian-bookworm"
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 59a83db9..0b87744e 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -194,6 +194,7 @@ class NoCrossTest(CIBaseTest):
'mc:hikey-bullseye:isar-image-base',
'mc:virtualbox-bullseye:isar-image-base',
'mc:bananapi-bullseye:isar-image-base',
+ 'mc:bananapi-bookworm:isar-image-base',
'mc:nanopi-neo-bullseye:isar-image-base',
'mc:nanopi-neo-bookworm:isar-image-base',
'mc:stm32mp15x-bullseye:isar-image-base',
--
2.39.2
next prev parent reply other threads:[~2024-02-13 10:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-13 10:06 [PATCH v2 0/4] Add bookworm support for machines Ilia Skochilov
2024-02-13 10:06 ` [PATCH v2 1/4] Add bookworm support for de0-nano-soc Ilia Skochilov
2024-02-13 10:06 ` Ilia Skochilov [this message]
2024-02-13 10:06 ` [PATCH v2 3/4] Add bookworm support for virtualbox Ilia Skochilov
2024-02-13 10:06 ` [PATCH v2 4/4] Add bookworm support for RPI Ilia Skochilov
2024-02-15 13:04 ` [PATCH v2 0/4] Add bookworm support for machines Anton Mikanovich
2024-02-20 8:50 ` Uladzimir Bely
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=20240213100659.3770402-3-iskochilov@ilbers.de \
--to=iskochilov@ilbers.de \
--cc=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