public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 6/9] meta-isar: Add bullseye config for nand-ubi-demo
Date: Thu, 30 Dec 2021 09:13:10 +0300	[thread overview]
Message-ID: <20211230061313.236578-7-amikan@ilbers.de> (raw)
In-Reply-To: <20211230061313.236578-1-amikan@ilbers.de>

Also, modify testsuite configuration to use new config.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/conf/local.conf.sample                   |  1 +
 .../conf/multiconfig/nand-ubi-demo-bullseye.conf   | 14 ++++++++++++++
 testsuite/build_test/build_test.py                 |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 meta-isar/conf/multiconfig/nand-ubi-demo-bullseye.conf

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index 061a85f..a5b5b35 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -72,6 +72,7 @@ BBMULTICONFIG = " \
     hikey-bullseye \
     hikey-bookworm \
     nand-ubi-demo-buster \
+    nand-ubi-demo-bullseye \
     nanopi-neo-buster \
     nanopi-neo-bullseye \
     stm32mp15x-buster \
diff --git a/meta-isar/conf/multiconfig/nand-ubi-demo-bullseye.conf b/meta-isar/conf/multiconfig/nand-ubi-demo-bullseye.conf
new file mode 100644
index 0000000..f5d02e0
--- /dev/null
+++ b/meta-isar/conf/multiconfig/nand-ubi-demo-bullseye.conf
@@ -0,0 +1,14 @@
+# This software is a part of ISAR.
+# Copyright (C) Siemens AG, 2019
+# Copyright (C) 2021 ilbers GmbH
+#
+# SPDX-License-Identifier: MIT
+
+MACHINE ?= "nand-ubi-demo"
+
+DISTRO ?= "debian-bullseye"
+DISTRO_ARCH ?= "armhf"
+
+KERNEL_NAME ?= "armmp"
+
+IMAGE_INSTALL += "sshd-regen-keys"
diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py
index d816de2..1497a61 100644
--- a/testsuite/build_test/build_test.py
+++ b/testsuite/build_test/build_test.py
@@ -129,7 +129,7 @@ class NoCrossTest(CIBaseTest):
             'mc:qemumipsel-stretch:isar-image-base',
             'mc:qemumipsel-buster:isar-image-base',
             'mc:qemumipsel-bullseye:isar-image-base',
-            'mc:nand-ubi-demo-buster:isar-image-ubi',
+            'mc:nand-ubi-demo-bullseye:isar-image-ubi',
             'mc:rpi-stretch:isar-image-base',
             'mc:hikey-bullseye:isar-image-base',
             'mc:virtualbox-bullseye:isar-image-base',
-- 
2.25.1


  parent reply	other threads:[~2021-12-30  6:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30  6:13 [PATCH v2 0/9] Update testsuite targets Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 1/9] CI: Remove KFAIL for bullseye Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 2/9] meta-isar: Add bullseye config for de0-nano-soc Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 3/9] meta-isar: Add bullseye config for bananapi Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 4/9] meta-isar: Add bullseye config for nanopi-neo Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 5/9] meta-isar: Add bullseye and bookworm configs for stm32mp15x Anton Mikanovich
2021-12-30  6:13 ` Anton Mikanovich [this message]
2021-12-30  6:13 ` [PATCH v2 7/9] CI: Cover RISC-V targets Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 8/9] CI: Move qemu-stretch targets to bullseye Anton Mikanovich
2021-12-30  6:13 ` [PATCH v2 9/9] CI: Remove repro from fast testing Anton Mikanovich

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=20211230061313.236578-7-amikan@ilbers.de \
    --to=amikan@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