From: Ilia Skochilov <iskochilov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Ilia Skochilov <iskochilov@ilbers.de>
Subject: [PATCH v2 3/4] Add bookworm support for virtualbox
Date: Tue, 13 Feb 2024 10:06:58 +0000 [thread overview]
Message-ID: <20240213100659.3770402-4-iskochilov@ilbers.de> (raw)
In-Reply-To: <20240213100659.3770402-1-iskochilov@ilbers.de>
Add bookworm support for virtualbox machine.
This patch also adds the new target to "full" testsuite (test_nocross).
Signed-off-by: Ilia Skochilov <iskochilov@ilbers.de>
---
meta-isar/conf/mc.conf | 1 +
meta-isar/conf/multiconfig/virtualbox-bookworm.conf | 5 +++++
testsuite/citest.py | 1 +
3 files changed, 7 insertions(+)
create mode 100644 meta-isar/conf/multiconfig/virtualbox-bookworm.conf
diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
index 4b46cb45..492bc123 100644
--- a/meta-isar/conf/mc.conf
+++ b/meta-isar/conf/mc.conf
@@ -43,6 +43,7 @@ BBMULTICONFIG = " \
nanopi-neo-efi-bookworm \
stm32mp15x-bullseye \
virtualbox-bullseye \
+ virtualbox-bookworm \
rpi-arm-bullseye \
rpi-arm-v7-bullseye \
rpi-arm-v7l-bullseye \
diff --git a/meta-isar/conf/multiconfig/virtualbox-bookworm.conf b/meta-isar/conf/multiconfig/virtualbox-bookworm.conf
new file mode 100644
index 00000000..a4524c98
--- /dev/null
+++ b/meta-isar/conf/multiconfig/virtualbox-bookworm.conf
@@ -0,0 +1,5 @@
+# This software is a part of Isar.
+# Copyright (C) 2024 ilbers GmbH
+
+MACHINE ?= "virtualbox"
+DISTRO ?= "debian-bookworm"
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 0b87744e..70213e87 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -193,6 +193,7 @@ class NoCrossTest(CIBaseTest):
'mc:phyboard-mira-bullseye:isar-image-base',
'mc:hikey-bullseye:isar-image-base',
'mc:virtualbox-bullseye:isar-image-base',
+ 'mc:virtualbox-bookworm:isar-image-base',
'mc:bananapi-bullseye:isar-image-base',
'mc:bananapi-bookworm:isar-image-base',
'mc:nanopi-neo-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 ` [PATCH v2 2/4] Add bookworm support for bananapi Ilia Skochilov
2024-02-13 10:06 ` Ilia Skochilov [this message]
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-4-iskochilov@ilbers.de \
--to=iskochilov@ilbers.de \
--cc=isar-users@googlegroups.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