diff options
| author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2020-12-28 05:34:06 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-12-29 15:50:45 -0800 |
| commit | 2e23b42c65549fea323e37863d354420e27fba42 (patch) | |
| tree | f86ef6505acf01522c73a12a70c8ddd9de86e3bc | |
| parent | 8826791d795e65851ad20bbc0f34e74b2bf72e07 (diff) | |
| download | meta-openembedded-2e23b42c65549fea323e37863d354420e27fba42.tar.gz | |
layer.conf: add gnome-layer dynamic entry
Add BBFILES_DYNAMIC entry for gnome-layer to support packages which
depend on meta-gnome, but do not belong to that layer.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index e58ff66696..1f60861649 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -28,6 +28,7 @@ BBFILE_PRIORITY_openembedded-layer = "6" | |||
| 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 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ |
| 31 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \ | ||
| 31 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | 32 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ |
| 32 | " | 33 | " |
| 33 | 34 | ||
