Files
Marta Rybczynska 8028c573db 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>
2026-03-22 15:24:23 +01:00

16 lines
484 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "harden-layer"
BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_harden-layer = "6"
LAYERSERIES_COMPAT_harden-layer = "wrynose"
LAYERDEPENDS_harden-layer = "core openembedded-layer"
WARN_QA:append:harden-layer = " patch-status missing-metadata"