diff options
| author | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-09-29 19:48:36 +0200 |
|---|---|---|
| committer | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-10-08 17:34:14 +0200 |
| commit | 65fd11a293756b5cc0926c2e6aac865bef43c5cf (patch) | |
| tree | cbcfa31a654ed96a1a13d27bf2afc0205ebf60d9 | |
| parent | ff601bbb19f2a033412d594b24fdc7c50db3bde0 (diff) | |
| download | meta-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.bb | 4 | ||||
| -rw-r--r-- | recipes-security/chipsec/chipsec_1.13.16.bb | 2 |
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 | ||
| 48 | have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}" | 48 | have_krill = "${@bb.utils.contains("DISTRO_FEATURES", "pam", "krill", "",d)}" |
| 49 | RDEPENDS:packagegroup-security-utils:append:x86 = " chipsec ${have_krill}" | 49 | RDEPENDS:packagegroup-security-utils:append:x86 = " ${have_krill}" |
| 50 | RDEPENDS:packagegroup-security-utils:append:x86-64 = " firejail chipsec ${have_krill}" | 50 | RDEPENDS:packagegroup-security-utils:append:x86-64 = " firejail ${have_krill}" |
| 51 | RDEPENDS:packagegroup-security-utils:append:aarch64 = " firejail ${have_krill}" | 51 | RDEPENDS:packagegroup-security-utils:append:aarch64 = " firejail ${have_krill}" |
| 52 | RDEPENDS:packagegroup-security-utils:remove:libc-musl = "krill firejail" | 52 | RDEPENDS: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 | ||
| 35 | RDEPENDS:${PN} = "python3 python3-modules" | 35 | RDEPENDS:${PN} = "python3 python3-modules" |
| 36 | INSANE_SKIP:${PN} = "already-stripped" | 36 | INSANE_SKIP:${PN} = "already-stripped" |
| 37 | |||
| 38 | SKIP_RECIPE[chipsec] ?= "Waiting for upstream support of the kernel 6.16" | ||
