|
@@ -56,12 +56,9 @@ TARGETS_SET_BULLSEYE="\
|
|
|
"
|
|
|
|
|
|
TARGETS_CONTAINERS="\
|
|
|
- mc:container-stretch:isar-image-base \
|
|
|
- mc:container-buster:isar-image-base \
|
|
|
-"
|
|
|
-
|
|
|
-TARGETS_CONTAINERS_BULLSEYE="\
|
|
|
- mc:container-bullseye:isar-image-base \
|
|
|
+ mc:container-amd64-stretch:isar-image-base \
|
|
|
+ mc:container-amd64-buster:isar-image-base \
|
|
|
+ mc:container-amd64-bullseye:isar-image-base \
|
|
|
"
|
|
|
|
|
|
CROSS_TARGETS_SET="\
|
|
@@ -263,14 +260,8 @@ sed -i -e 's/\(IMAGE_INSTALL = .*\) example-module-${KERNEL_NAME}\(.*\)/\1\2/g'
|
|
|
sed -i -e 's/\(IMAGE_INSTALL = .*\) enable-fsck\(.*\)/\1\2/g' conf/local.conf
|
|
|
bitbake $BB_ARGS $TARGETS_CONTAINERS
|
|
|
while [ -e bitbake.sock ]; do sleep 1; done
|
|
|
-if bitbake $BB_ARGS $TARGETS_CONTAINERS_BULLSEYE; then
|
|
|
- echo "bullseye container: PASSED"
|
|
|
-else
|
|
|
- echo "bullseye container: KFAIL"
|
|
|
-fi
|
|
|
-while [ -e bitbake.sock ]; do sleep 1; done
|
|
|
# and SDK container image creation
|
|
|
echo 'SDK_FORMATS = "docker-archive"' >> conf/local.conf
|
|
|
-bitbake $BB_ARGS -c do_populate_sdk mc:container-stretch:isar-image-base
|
|
|
+bitbake $BB_ARGS -c do_populate_sdk mc:container-amd64-stretch:isar-image-base
|
|
|
while [ -e bitbake.sock ]; do sleep 1; done
|
|
|
|