diff options
author | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-06-04 17:40:47 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-06-04 14:34:47 -0300 |
commit | 0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (patch) | |
tree | e0a660507ce894ea0a52f145154ddf0da1571f89 /conf | |
parent | cb88eb8e833652ef60598927d5ac640b4194260b (diff) | |
download | meta-freescale-0df4075e78f33ff0b9a9d7553eaf496bf2cbb051.tar.gz |
recipes-graphics: clutter/cogl: move bbappend to dynamic layers
As it breaks the build on master since [1]. Move bbappend files to
dynamic layers since recipes were moved to meta-gnome
Fixes:
ERROR: No recipes in default available for:
/home/bdx-iot/ci/meta-freescale/recipes-graphics/clutter/clutter-1.0_%.bbappend
/home/bdx-iot/ci/meta-freescale/recipes-graphics/cogl/cogl-1.0_%.bbappend
[1] - http://git.openembedded.org/openembedded-core/commit/?id=c4f167d05f58f35a6b94e8dbc4721ab67e7e71eb
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index df898924..e07b65ab 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -34,6 +34,9 @@ BBFILES_DYNAMIC += " \ | |||
34 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ | 34 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ |
35 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ | 35 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ |
36 | \ | 36 | \ |
37 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bb \ | ||
38 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bbappend \ | ||
39 | \ | ||
37 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ | 40 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ |
38 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ | 41 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ |
39 | \ | 42 | \ |