mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
68be8afc6b
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
422 B
Plaintext
14 lines
422 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 = "10"
|
|
|
|
LAYERSERIES_COMPAT_harden-layer = "honister"
|
|
|
|
LAYERDEPENDS_harden-layer = "core openembedded-layer"
|