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 /recipes-security | |
| 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>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/chipsec/chipsec_1.13.16.bb | 2 |
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 | ||
| 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" | ||
