summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-08-26 21:25:21 -0700
committerArmin Kuster <akuster808@gmail.com>2021-08-26 21:45:14 -0700
commitd526f80234d06ac1bbf17d7324979bbf2fb30c82 (patch)
tree8112d5b6668160e507c4b1e9851a35c2ad5a8672
parent818a8646a6897e72bfc837787c169df5ab1e85ca (diff)
downloadmeta-security-d526f80234d06ac1bbf17d7324979bbf2fb30c82.tar.gz
layer.conf: drop dynamic-layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--conf/layer.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index cdcfaee..ad9da56 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,7 +16,3 @@ LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer met
16# Sanity check for meta-security layer. 16# Sanity check for meta-security layer.
17# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. 17# Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check.
18INHERIT += "sanity-meta-security" 18INHERIT += "sanity-meta-security"
19
20BBFILES_DYNAMIC += " \
21rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \
22"