diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-03-25 18:25:32 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-28 12:12:57 -0700 |
| commit | f86d6ead5951067e6bd0e5d9f752f3fc7ac0463d (patch) | |
| tree | 180b3731f6263db249ddb3429290d55c9c146fad /meta-oe/conf | |
| parent | 046e7067bfcce64205f660cbd32f4f89b6978740 (diff) | |
| download | meta-openembedded-f86d6ead5951067e6bd0e5d9f752f3fc7ac0463d.tar.gz | |
conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC
* so that the following files are actually read:
meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend
meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend
meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend
meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
| -rw-r--r-- | meta-oe/conf/layer.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index bfba7e7b11..d3aeaba3d9 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -26,10 +26,14 @@ BBFILE_PRIORITY_openembedded-layer = "6" | |||
| 26 | # only activates content when identified layers are present, | 26 | # only activates content when identified layers are present, |
| 27 | # to ensure yocto compatibility check pass | 27 | # to ensure yocto compatibility check pass |
| 28 | BBFILES_DYNAMIC += " \ | 28 | BBFILES_DYNAMIC += " \ |
| 29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
| 30 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ | 30 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ |
| 31 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \ | 31 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ |
| 32 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | 32 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \ |
| 33 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \ | ||
| 34 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bbappend \ | ||
| 35 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | ||
| 36 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bbappend \ | ||
| 33 | " | 37 | " |
| 34 | 38 | ||
| 35 | # This should only be incremented on significant changes that will | 39 | # This should only be incremented on significant changes that will |
