mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
layer.conf: add layer depends.
added layerdepends check for perl-layer and opemembedded-layer Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|||||||
BBFILE_COLLECTIONS += "security"
|
BBFILE_COLLECTIONS += "security"
|
||||||
BBFILE_PATTERN_security = "^${LAYERDIR}/"
|
BBFILE_PATTERN_security = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_security = "6"
|
BBFILE_PRIORITY_security = "6"
|
||||||
|
|
||||||
|
LAYERDEPENDS_security = "openembedded-layer perl-layer"
|
||||||
|
|||||||
Reference in New Issue
Block a user