summaryrefslogtreecommitdiffstats
path: root/meta-integrity
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@ygreky.com>2026-03-19 14:12:19 +0100
committerMarta Rybczynska <marta.rybczynska@ygreky.com>2026-03-22 15:24:23 +0100
commit8028c573db6923525c2918724f2bd36d4a420e0b (patch)
tree3ee7602ab2035a962ee8cea89bf807f158746085 /meta-integrity
parent0936595355433f9691fd30257743865b9ae27a1d (diff)
downloadmeta-security-8028c573db6923525c2918724f2bd36d4a420e0b.tar.gz
layer.conf: Update to wrynose (6.0) release
Update LAYERSERIES_COMPAT in all layer.conf files with the exception of meta-parsec to wrynose. For meta-parsec, added wrynose to the list of supported versions. Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
Diffstat (limited to 'meta-integrity')
-rw-r--r--meta-integrity/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 23d6848..22d2992 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
20# interactive shell is enough. 20# interactive shell is enough.
21OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" 21OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
22 22
23LAYERSERIES_COMPAT_integrity = "whinlatter" 23LAYERSERIES_COMPAT_integrity = "wrynose"
24# ima-evm-utils depends on keyutils from meta-oe 24# ima-evm-utils depends on keyutils from meta-oe
25LAYERDEPENDS_integrity = "core openembedded-layer" 25LAYERDEPENDS_integrity = "core openembedded-layer"
26 26