[isar-cip-core][PATCH v1 0/2] Enable debian forky builds & tests
[email protected] Mon, 27 Jul 2026 19:41:34 +0530
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Shivanand Kunijadar <[email protected]> This patch series adds the debian forky based image build & CI test support. NOTE: The base/security image builds are failing locally due to some dependency issues in package installation not because of recipe changes. I request you to create a scheduled pipeline similar to sid and add the CI variable CI_RUN_UNSTABLE_FORKY with some value. Shivanand Kunijadar (2): Enable the support of Debian forky based builds Enable CI image build and test support for forky .gitlab-ci.yml | 93 +++++++++++++++++++ Kconfig | 4 + conf/distro/cip-core-forky.conf | 13 +++ kas/opt/forky.yml | 15 +++ .../files/forky/PkKek-1-snakeoil.key | 30 ++++++ .../files/forky/PkKek-1-snakeoil.pem | 23 +++++ .../swupdate-certificates/files/forky | 1 + start-qemu.sh | 2 + 8 files changed, 181 insertions(+) create mode 100644 conf/distro/cip-core-forky.conf create mode 100644 kas/opt/forky.yml create mode 100644 recipes-devtools/secure-boot-secrets/files/forky/PkKek-1-snakeoil.key create mode 100644 recipes-devtools/secure-boot-secrets/files/forky/PkKek-1-snakeoil.pem create mode 120000 recipes-devtools/swupdate-certificates/files/forky -- 2.39.5