diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-06-09 16:12:11 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-18 06:48:22 -0700 |
| commit | e4bb9a9e7fd91b757bfca0ac0ca294ded7388647 (patch) | |
| tree | e343f0a88b671aeeeae668ec08d509e9caedf79b | |
| parent | db3a3e87a6f6fcc424eb208bf37417ab3aeaf43a (diff) | |
| download | meta-security-e4bb9a9e7fd91b757bfca0ac0ca294ded7388647.tar.gz | |
layer.conf:add meta-netorking to BBFILES_DYNAMIC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ | |||
| 18 | perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \ | 18 | perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \ |
| 19 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 19 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
| 20 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ | 20 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ |
| 21 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ | ||
| 22 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \ | ||
| 21 | " | 23 | " |
| 22 | 24 | ||
| 23 | # Sanity check for meta-security layer. | 25 | # Sanity check for meta-security layer. |
