aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/conf
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2022-05-06 14:12:16 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-07 18:47:16 -0700
commitaca2dbebf0240bdab8b2c2be0bd9a4762d2d25d0 (patch)
tree66d9993acef84bf04690d4abc5669b254547bb30 /meta-networking/conf
parent1556da89029c364bea101e782bdd016b69cddb82 (diff)
downloadmeta-openembedded-aca2dbebf0240bdab8b2c2be0bd9a4762d2d25d0.tar.gz
meta-networking: Add meta-python to BBFILES_DYNAMIC
Activate recipes in dynamic-layers of meta-networking. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/conf')
-rw-r--r--meta-networking/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 3069cfb6a3..a7d6da8fd7 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -24,3 +24,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
wireguard-tools->wireguard-module \
wireless-regdb->crda \
"
+BBFILES_DYNAMIC += " \
+ meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
+"