@@ -35,6 +35,7 @@ default:
- if [ "${extension}" != "base" ]; then base_yaml="${base_yaml}:kas/opt/${extension}.yml"; fi
- if [ "${wic_targz}" = "enable" ]; then base_yaml="${base_yaml}:kas/opt/wic-targz-img.yml"; fi
- if [ "${targz}" = "enable" ]; then base_yaml="${base_yaml}:kas/opt/targz-img.yml"; fi
+ - if [ "${release}" = "buster" ]; then base_yaml="${base_yaml}:kas/opt/buster.yml"; fi
- if [ "${release}" = "bullseye" ]; then base_yaml="${base_yaml}:kas/opt/bullseye.yml"; fi
- echo "Building ${base_yaml}"
- kas build ${base_yaml}
@@ -80,7 +80,7 @@ comment "Debian distribution options"
choice
prompt "Debian Release"
- default DEBIAN_BUSTER
+ default DEBIAN_BULLSEYE
config DEBIAN_BUSTER
bool "buster (10)"
@@ -92,6 +92,7 @@ endchoice
config KAS_INCLUDE_DEBIAN
string
+ default "kas/opt/buster.yml" if DEBIAN_BUSTER
default "kas/opt/bullseye.yml" if DEBIAN_BULLSEYE
comment "Image features"
@@ -1,7 +1,7 @@
#
# CIP Core, generic profile
#
-# Copyright (c) Siemens AG, 2019
+# Copyright (c) Siemens AG, 2019-2022
#
# Authors:
# Jan Kiszka <jan.kiszka@siemens.com>
@@ -12,7 +12,7 @@
header:
version: 10
-distro: cip-core-buster
+distro: cip-core-bullseye
target: cip-core-image
build_system: isar
new file mode 100644
@@ -0,0 +1,15 @@
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2022
+#
+# Authors:
+# Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+ version: 10
+
+distro: cip-core-buster