diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-08-26 21:25:21 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-08-26 21:45:14 -0700 |
commit | d526f80234d06ac1bbf17d7324979bbf2fb30c82 (patch) | |
tree | 8112d5b6668160e507c4b1e9851a35c2ad5a8672 | |
parent | 818a8646a6897e72bfc837787c169df5ab1e85ca (diff) | |
download | meta-security-d526f80234d06ac1bbf17d7324979bbf2fb30c82.tar.gz |
layer.conf: drop dynamic-layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | conf/layer.conf | 4 |
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. |
18 | INHERIT += "sanity-meta-security" | 18 | INHERIT += "sanity-meta-security" |
19 | |||
20 | BBFILES_DYNAMIC += " \ | ||
21 | rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \ | ||
22 | " | ||