public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Uladzimir Bely <ubely@ilbers.de>, Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v4 02/10] meta-isar: Add bullseye config for de0-nano-soc
Date: Mon, 17 Jan 2022 08:30:43 +0300	[thread overview]
Message-ID: <20220117053051.250400-3-amikan@ilbers.de> (raw)
In-Reply-To: <20220117053051.250400-1-amikan@ilbers.de>

From: Uladzimir Bely <ubely@ilbers.de>

Also, modify testsuite configuration to use new config.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/conf/local.conf.sample                      | 1 +
 meta-isar/conf/multiconfig/de0-nano-soc-bullseye.conf | 5 +++++
 testsuite/build_test/build_test.py                    | 6 +++---
 3 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 meta-isar/conf/multiconfig/de0-nano-soc-bullseye.conf

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index e52fd21..dd57122 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -67,6 +67,7 @@ BBMULTICONFIG = " \
     qemuriscv64-sid-ports \
     bananapi-buster \
     de0-nano-soc-buster \
+    de0-nano-soc-bullseye \
     hikey-bullseye \
     hikey-bookworm \
     nand-ubi-demo-buster \
diff --git a/meta-isar/conf/multiconfig/de0-nano-soc-bullseye.conf b/meta-isar/conf/multiconfig/de0-nano-soc-bullseye.conf
new file mode 100644
index 0000000..9473d39
--- /dev/null
+++ b/meta-isar/conf/multiconfig/de0-nano-soc-bullseye.conf
@@ -0,0 +1,5 @@
+# This software is a part of ISAR.
+# Copyright (C) 2022 ilbers GmbH
+
+MACHINE = "de0-nano-soc"
+DISTRO = "debian-bullseye"
diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py
index 0e5b76a..be40d20 100644
--- a/testsuite/build_test/build_test.py
+++ b/testsuite/build_test/build_test.py
@@ -26,7 +26,7 @@ class ReproTest(CIBaseTest):
     """
     def test_repro_signed(self):
         targets = [
-            'mc:de0-nano-soc-buster:isar-image-base',
+            'mc:de0-nano-soc-bullseye:isar-image-base',
             'mc:qemuarm64-stretch:isar-image-base'
                   ]
 
@@ -48,7 +48,7 @@ class CcacheTest(CIBaseTest):
     :avocado: tags=ccache
     """
     def test_ccache_rebuild(self):
-        targets = ['mc:de0-nano-soc-buster:isar-image-base']
+        targets = ['mc:de0-nano-soc-bullseye:isar-image-base']
         self.perform_ccache_test(targets)
 
 class CrossTest(CIBaseTest):
@@ -65,7 +65,7 @@ class CrossTest(CIBaseTest):
             'mc:qemuarm-bullseye:isar-image-base',
             'mc:qemuarm64-stretch:isar-image-base',
             'mc:qemuamd64-stretch:isar-image-base',
-            'mc:de0-nano-soc-buster:isar-image-base',
+            'mc:de0-nano-soc-bullseye:isar-image-base',
             'mc:stm32mp15x-buster:isar-image-base',
             'mc:rpi-stretch:isar-image-base'
                   ]
-- 
2.25.1


  parent reply	other threads:[~2022-01-17  5:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  5:30 [PATCH v4 00/10] Update testsuite targets Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 01/10] CI: Remove KFAIL for bullseye Anton Mikanovich
2022-01-17  5:30 ` Anton Mikanovich [this message]
2022-01-17  5:30 ` [PATCH v4 03/10] meta-isar: Add bullseye config for bananapi Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 04/10] meta-isar: Add bullseye config for nanopi-neo Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 05/10] meta-isar: Add bullseye config for stm32mp15x Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 06/10] meta-isar: Add bullseye config for nand-ubi-demo Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 07/10] CI: Cover RISC-V targets Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 08/10] CI: Move qemu-stretch targets to bullseye Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 09/10] CI: Move image type tests " Anton Mikanovich
2022-01-17  5:30 ` [PATCH v4 10/10] CI: Remove repro from fast testing Anton Mikanovich
2022-01-24  8:01 ` [PATCH v4 00/10] Update testsuite targets 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=20220117053051.250400-3-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.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