diff mbox series

[isar-cip-core,6/9] Add bullseye image option

Message ID b778aed3da1673393438479a74a75fd40a18c3f7.1625660195.git.jan.kiszka@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series Varions Updates: bullseye, kernel, kas, isar | expand

Commit Message

Jan Kiszka July 7, 2021, 12:16 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

This allows to build isar-cip-core for upcoming Debian 11. Default
remains Debian 10 for now.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 conf/distro/cip-core-bullseye.conf | 16 ++++++++++++++++
 kas/opt/bullseye.yml               | 15 +++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 conf/distro/cip-core-bullseye.conf
 create mode 100644 kas/opt/bullseye.yml
diff mbox series

Patch

diff --git a/conf/distro/cip-core-bullseye.conf b/conf/distro/cip-core-bullseye.conf
new file mode 100644
index 0000000..38014b4
--- /dev/null
+++ b/conf/distro/cip-core-bullseye.conf
@@ -0,0 +1,16 @@ 
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2021
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+require conf/distro/debian-bullseye.conf
+require cip-core-common.inc
+
+PREFERRED_VERSION_linux-cip ?= "4.19.%"
+PREFERRED_VERSION_linux-cip-rt ?= "4.19.%"
diff --git a/kas/opt/bullseye.yml b/kas/opt/bullseye.yml
new file mode 100644
index 0000000..24a4c84
--- /dev/null
+++ b/kas/opt/bullseye.yml
@@ -0,0 +1,15 @@ 
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2021
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+  version: 10
+
+distro: cip-core-bullseye