summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index fd21da1..906e024 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,3 +12,7 @@ BBFILE_PRIORITY_security = "8"
12LAYERSERIES_COMPAT_security = "hardknott" 12LAYERSERIES_COMPAT_security = "hardknott"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
15
16BBFILES_DYNAMIC += " \
17rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \
18"