summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@ygreky.com>2025-09-29 19:48:36 +0200
committerMarta Rybczynska <marta.rybczynska@ygreky.com>2025-10-08 17:34:14 +0200
commit65fd11a293756b5cc0926c2e6aac865bef43c5cf (patch)
treecbcfa31a654ed96a1a13d27bf2afc0205ebf60d9
parentff601bbb19f2a033412d594b24fdc7c50db3bde0 (diff)
downloadmeta-security-65fd11a293756b5cc0926c2e6aac865bef43c5cf.tar.gz
chipsec: disable until 6.16 support is fixed
The 1.13.16 version does not work on the kernel 6.16 for now [1]. Disable when waiting for the fix. [1] https://github.com/chipsec/chipsec/issues/2563 Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb4
-rw-r--r--recipes-security/chipsec/chipsec_1.13.16.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index bda78ce..3f5b0a5 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -46,8 +46,8 @@ RDEPENDS:packagegroup-security-utils = "\
46 " 46 "
47 47
48have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}" 48have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}"
49RDEPENDS:packagegroup-security-utils:append:x86 = " chipsec ${have_krill}" 49RDEPENDS:packagegroup-security-utils:append:x86 = " ${have_krill}"
50RDEPENDS:packagegroup-security-utils:append:x86-64 = " firejail chipsec ${have_krill}" 50RDEPENDS:packagegroup-security-utils:append:x86-64 = " firejail ${have_krill}"
51RDEPENDS:packagegroup-security-utils:append:aarch64 = " firejail ${have_krill}" 51RDEPENDS:packagegroup-security-utils:append:aarch64 = " firejail ${have_krill}"
52RDEPENDS:packagegroup-security-utils:remove:libc-musl = "krill firejail" 52RDEPENDS:packagegroup-security-utils:remove:libc-musl = "krill firejail"
53 53
diff --git a/recipes-security/chipsec/chipsec_1.13.16.bb b/recipes-security/chipsec/chipsec_1.13.16.bb
index 5d65e89..9698d8f 100644
--- a/recipes-security/chipsec/chipsec_1.13.16.bb
+++ b/recipes-security/chipsec/chipsec_1.13.16.bb
@@ -34,3 +34,5 @@ FILES:${PN} += "${exec_prefix}"
34 34
35RDEPENDS:${PN} = "python3 python3-modules" 35RDEPENDS:${PN} = "python3 python3-modules"
36INSANE_SKIP:${PN} = "already-stripped" 36INSANE_SKIP:${PN} = "already-stripped"
37
38SKIP_RECIPE[chipsec] ?= "Waiting for upstream support of the kernel 6.16"