summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/waffle
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-07-12 15:41:21 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-30 21:57:08 -0300
commit9a9d63ae1f452a182a35b8eefae8e3c08f0523f1 (patch)
treeb85cfe06fa02aa8af7c70a2221767e3a172a50f7 /recipes-graphics/waffle
parent7e61bebc47fdc5561a8663ec888d28a983d79fad (diff)
downloadmeta-freescale-9a9d63ae1f452a182a35b8eefae8e3c08f0523f1.tar.gz
waffle: Configure for i.MX GPU
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/waffle')
-rw-r--r--recipes-graphics/waffle/waffle_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/waffle/waffle_%.bbappend b/recipes-graphics/waffle/waffle_%.bbappend
new file mode 100644
index 00000000..9a9de0ed
--- /dev/null
+++ b/recipes-graphics/waffle/waffle_%.bbappend
@@ -0,0 +1,7 @@
1PACKAGECONFIG_X11 = ""
2PACKAGECONFIG_X11_append_imxgpu3d = " x11-egl glx"
3PACKAGECONFIG_imxgpu = " \
4 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'gbm', \
5 bb.utils.contains('DISTRO_FEATURES', 'x11', '${PACKAGECONFIG_X11}', \
6 '', d), d)} \
7"