summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 210609a..7d57f9c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,6 +13,13 @@ LAYERSERIES_COMPAT_security = "kirkstone"
13 13
14LAYERDEPENDS_security = "core openembedded-layer" 14LAYERDEPENDS_security = "core openembedded-layer"
15 15
16BBFILES_DYNAMIC += " \
17 perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bb \
18 perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \
19 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
20 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
21"
22
16# Sanity check for meta-security layer. 23# Sanity check for meta-security layer.
17# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. 24# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check.
18INHERIT += "sanity-meta-security" 25INHERIT += "sanity-meta-security"