public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
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 1/4] Add bookworm support for de0-nano-soc
Date: Tue, 13 Feb 2024 10:06:56 +0000	[thread overview]
Message-ID: <20240213100659.3770402-2-iskochilov@ilbers.de> (raw)
In-Reply-To: <20240213100659.3770402-1-iskochilov@ilbers.de>

Add bookworm support for de0-nano-soc 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                                | 5 +++--
 meta-isar/conf/multiconfig/de0-nano-soc-bookworm.conf | 5 +++++
 testsuite/citest.py                                   | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 meta-isar/conf/multiconfig/de0-nano-soc-bookworm.conf

diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
index d16f54b5..50d67524 100644
--- a/meta-isar/conf/mc.conf
+++ b/meta-isar/conf/mc.conf
@@ -1,5 +1,5 @@
-# This software is a part of ISAR.
-# Copyright (C) 2023 ilbers GmbH
+# This software is a part of Isar.
+# Copyright (C) 2023-2024 ilbers GmbH
 
 # If you want to use multiple configuration files for the build, list them in the
 # following option.
@@ -30,6 +30,7 @@ BBMULTICONFIG = " \
     bananapi-bullseye \
     de0-nano-soc-buster \
     de0-nano-soc-bullseye \
+    de0-nano-soc-bookworm \
     hikey-bullseye \
     hikey-bookworm \
     imx6-sabrelite-buster \
diff --git a/meta-isar/conf/multiconfig/de0-nano-soc-bookworm.conf b/meta-isar/conf/multiconfig/de0-nano-soc-bookworm.conf
new file mode 100644
index 00000000..53ea32f9
--- /dev/null
+++ b/meta-isar/conf/multiconfig/de0-nano-soc-bookworm.conf
@@ -0,0 +1,5 @@
+# This software is a part of Isar.
+# Copyright (C) 2024 ilbers GmbH
+
+MACHINE ?= "de0-nano-soc"
+DISTRO ?= "debian-bookworm"
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 21247659..59a83db9 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -203,6 +203,7 @@ class NoCrossTest(CIBaseTest):
             'mc:qemui386-bookworm:isar-image-base',
             'mc:qemumipsel-bookworm:isar-image-ci',
             'mc:hikey-bookworm:isar-image-base',
+            'mc:de0-nano-soc-bookworm:isar-image-base',
                   ]
 
         self.init()
-- 
2.39.2


  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 ` Ilia Skochilov [this message]
2024-02-13 10:06 ` [PATCH v2 2/4] Add bookworm support for bananapi Ilia Skochilov
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-2-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