From: Jan Kiszka This allows to build isar-cip-core for upcoming Debian 11. Default remains Debian 10 for now. Signed-off-by: Jan Kiszka --- 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 --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 +# +# 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 +# +# SPDX-License-Identifier: MIT +# + +header: + version: 10 + +distro: cip-core-bullseye -- 2.26.2