diff options
author | Lei Maohui <leimaohui@fujitsu.com> | 2022-05-19 12:06:52 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-23 07:11:55 -0700 |
commit | 5dd17d202e2a256b819dcd5583750b0f01babde9 (patch) | |
tree | e9d6c2f4f96a9c7ea84f1dceadd1994a0343d8b1 | |
parent | e05ce8fb3943755ef7c73c07e456e8ee8757f7bd (diff) | |
download | meta-security-5dd17d202e2a256b819dcd5583750b0f01babde9.tar.gz |
layer.conf: Added BBFILES_DYNAMIC for dynamic-layers.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | conf/layer.conf | 7 |
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 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer" | 14 | LAYERDEPENDS_security = "core openembedded-layer" |
15 | 15 | ||
16 | BBFILES_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. |
18 | INHERIT += "sanity-meta-security" | 25 | INHERIT += "sanity-meta-security" |