Browse Source

meta-isar: Add bullseye config for nand-ubi-demo

Also, modify testsuite configuration to use new config.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
Anton Mikanovich 3 năm trước cách đây
mục cha
commit
82181a49be

+ 1 - 0
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 \

+ 11 - 0
meta-isar/conf/multiconfig/nand-ubi-demo-bullseye.conf

@@ -0,0 +1,11 @@
+# This software is a part of ISAR.
+# Copyright (C) 2022 ilbers GmbH
+
+MACHINE ?= "nand-ubi-demo"
+
+DISTRO ?= "debian-bullseye"
+DISTRO_ARCH ?= "armhf"
+
+KERNEL_NAME ?= "armmp"
+
+IMAGE_INSTALL += "sshd-regen-keys"

+ 1 - 1
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',