mbox series

[isar-cip-core,0/3] Enable Images based on Debian 12

Message ID 20230217152556.516948-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Enable Images based on Debian 12 | expand

Message

Quirin Gylstorff Feb. 17, 2023, 3:25 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Add ci builds for bookworm
Change efibootguard build to use debian folder from salsa
Add missing riscv64 build to .gitlabci

Quirin Gylstorff (3):
  Enable Images based on Debian 12 (bookworm)
  efibootguard: use debian folder from salsa
  .gitlabci: add riscv64

 .gitlab-ci.yml                                | 60 +++++++++++++++++++
 Kconfig                                       |  5 ++
 conf/distro/cip-core-bookworm.conf            | 17 ++++++
 conf/distro/cip-core-bullseye.conf            |  1 +
 conf/distro/cip-core-buster.conf              |  1 +
 conf/distro/cip-core-sid-ports.conf           |  1 +
 kas/opt/bookworm.yml                          | 15 +++++
 ...uard_0.13.bb => efibootguard_0.13+isar.bb} | 25 ++++----
 ...l-Make-compatible-with-debian-buster.patch | 36 +++++++++++
 ...rol-remove-native-from-python3-shtab.patch | 26 ++++++++
 recipes-bsp/efibootguard/files/debian/compat  |  1 -
 .../efibootguard/files/debian/control.tmpl    | 20 -------
 .../debian/efibootguard-dev.install.tmpl      |  2 -
 .../files/debian/efibootguard.install         |  5 --
 recipes-bsp/efibootguard/files/debian/rules   | 15 -----
 recipes-core/images/efibootguard.inc          |  4 ++
 recipes-core/images/swupdate.inc              |  6 +-
 recipes-core/swupdate/swupdate.inc            |  2 +-
 18 files changed, 184 insertions(+), 58 deletions(-)
 create mode 100644 conf/distro/cip-core-bookworm.conf
 create mode 100644 kas/opt/bookworm.yml
 rename recipes-bsp/efibootguard/{efibootguard_0.13.bb => efibootguard_0.13+isar.bb} (55%)
 create mode 100644 recipes-bsp/efibootguard/files/0001-d-control-Make-compatible-with-debian-buster.patch
 create mode 100644 recipes-bsp/efibootguard/files/0002-d-control-remove-native-from-python3-shtab.patch
 delete mode 100644 recipes-bsp/efibootguard/files/debian/compat
 delete mode 100644 recipes-bsp/efibootguard/files/debian/control.tmpl
 delete mode 100644 recipes-bsp/efibootguard/files/debian/efibootguard-dev.install.tmpl
 delete mode 100644 recipes-bsp/efibootguard/files/debian/efibootguard.install
 delete mode 100755 recipes-bsp/efibootguard/files/debian/rules