summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-06-04 17:40:47 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2021-06-04 14:34:47 -0300
commit0df4075e78f33ff0b9a9d7553eaf496bf2cbb051 (patch)
treee0a660507ce894ea0a52f145154ddf0da1571f89 /dynamic-layers
parentcb88eb8e833652ef60598927d5ac640b4194260b (diff)
downloadmeta-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 'dynamic-layers')
-rw-r--r--dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend5
-rw-r--r--dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend5
2 files changed, 10 insertions, 0 deletions
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend
new file mode 100644
index 00000000..0b4c4861
--- /dev/null
+++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -0,0 +1,5 @@
1PACKAGECONFIG_imxgpu3d ??= " \
2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
4 '', d), d)} \
5"
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend
new file mode 100644
index 00000000..afbaee43
--- /dev/null
+++ b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend
@@ -0,0 +1,5 @@
1PACKAGECONFIG_imxgpu3d ??= " \
2 cogl-pango gles2 \
3 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \
4 bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \
5 '', d), d)}"