public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: <isar-users@googlegroups.com>
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH v3 7/7] meta-isar: switch virtualbox test from buster to bullseye
Date: Wed, 15 Dec 2021 10:39:18 +0100	[thread overview]
Message-ID: <20211215093918.32038-7-henning.schild@siemens.com> (raw)
In-Reply-To: <20211215093918.32038-1-henning.schild@siemens.com>

in fact the multiconfig had an "-ova" in its name which did not really
follow our pattern MACHINE-DISTRO. While renaming that switch the distro
as well, to what is stable today.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta-isar/conf/local.conf.sample                            | 2 +-
 ...{virtualbox-ova-buster.conf => virtualbox-bullseye.conf} | 2 +-
 testsuite/build_test/build_test.py                          | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename meta-isar/conf/multiconfig/{virtualbox-ova-buster.conf => virtualbox-bullseye.conf} (77%)

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index 9d61c4e851cc..e26090642dfe 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -65,7 +65,7 @@ BBMULTICONFIG = " \
     nand-ubi-demo-buster \
     nanopi-neo-buster \
     stm32mp15x-buster \
-    virtualbox-ova-buster \
+    virtualbox-bullseye \
     rpi-stretch \
     sifive-fu540-sid-ports \
     qemuarm64-focal \
diff --git a/meta-isar/conf/multiconfig/virtualbox-ova-buster.conf b/meta-isar/conf/multiconfig/virtualbox-bullseye.conf
similarity index 77%
rename from meta-isar/conf/multiconfig/virtualbox-ova-buster.conf
rename to meta-isar/conf/multiconfig/virtualbox-bullseye.conf
index 30425567b96b..90bb17e52270 100644
--- a/meta-isar/conf/multiconfig/virtualbox-ova-buster.conf
+++ b/meta-isar/conf/multiconfig/virtualbox-bullseye.conf
@@ -5,4 +5,4 @@
 
 
 MACHINE = "virtualbox"
-DISTRO = "debian-buster"
+DISTRO = "debian-bullseye"
diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py
index de9e3fcda4cc..d14d583c2547 100644
--- a/testsuite/build_test/build_test.py
+++ b/testsuite/build_test/build_test.py
@@ -126,8 +126,7 @@ class NoCrossTest(CIBaseTest):
             'mc:qemumipsel-buster:isar-image-base',
             'mc:nand-ubi-demo-buster:isar-image-ubi',
             'mc:rpi-stretch:isar-image-base',
-            'mc:qemuamd64-focal:isar-image-base',
-            'mc:virtualbox-ova-buster:isar-image-base'
+            'mc:qemuamd64-focal:isar-image-base'
                   ]
 
         # Cleanup after cross build
@@ -142,7 +141,8 @@ class NoCrossTest(CIBaseTest):
             'mc:qemuarm-bullseye:isar-image-base',
             'mc:qemui386-bullseye:isar-image-base',
             'mc:qemumipsel-bullseye:isar-image-base',
-            'mc:hikey-bullseye:isar-image-base'
+            'mc:hikey-bullseye:isar-image-base',
+            'mc:virtualbox-bullseye:isar-image-base'
                   ]
 
         try:
-- 
2.32.0


  parent reply	other threads:[~2021-12-15  9:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15  9:39 [PATCH v3 1/7] vm-img: move template out of package into SRC_URI file Henning Schild
2021-12-15  9:39 ` [PATCH v3 2/7] vm-img: use two different ovf templates for vmware/virtualbox Henning Schild
2021-12-15  9:39 ` [PATCH v3 3/7] vm-img: shorten code by using variables we have Henning Schild
2021-12-15  9:39 ` [PATCH v3 4/7] vm-img: drop not used variables Henning Schild
2021-12-15  9:39 ` [PATCH v3 5/7] vm-img: set vmware machine type to 64bit in our template Henning Schild
2021-12-15  9:39 ` [PATCH v3 6/7] vm-img: make use of isars template class for most of the tmpl variables Henning Schild
2021-12-15  9:39 ` Henning Schild [this message]
2021-12-15 13:16 ` [PATCH v3 1/7] vm-img: move template out of package into SRC_URI file Anton Mikanovich
2021-12-15 14:25   ` Henning Schild
2021-12-15 15:07     ` 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=20211215093918.32038-7-henning.schild@siemens.com \
    --to=henning.schild@siemens.com \
    --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