From e4bb9a9e7fd91b757bfca0ac0ca294ded7388647 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 9 Jun 2022 16:12:11 -0700 Subject: layer.conf:add meta-netorking to BBFILES_DYNAMIC Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index fa7d79e..470c7f6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,6 +18,8 @@ BBFILES_DYNAMIC += " \ perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \ meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ + networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ + networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \ " # Sanity check for meta-security layer. -- cgit v1.2.3-54-g00ecf