summaryrefslogtreecommitdiffstats
path: root/recipes-security
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 /recipes-security
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>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/chipsec/chipsec_1.13.16.bb2
1 files changed, 2 insertions, 0 deletions
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"