[meta-freescale] [PATCH v3 03/43] waffle: Configure for i.MX GPU

Tom Hochstein tom.hochstein at nxp.com
Tue Aug 7 08:41:55 PDT 2018


Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/waffle/waffle_%.bbappend | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 recipes-graphics/waffle/waffle_%.bbappend

diff --git a/recipes-graphics/waffle/waffle_%.bbappend b/recipes-graphics/waffle/waffle_%.bbappend
new file mode 100644
index 0000000..9a9de0e
--- /dev/null
+++ b/recipes-graphics/waffle/waffle_%.bbappend
@@ -0,0 +1,7 @@
+PACKAGECONFIG_X11                 = ""
+PACKAGECONFIG_X11_append_imxgpu3d = " x11-egl glx"
+PACKAGECONFIG_imxgpu = " \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'gbm', \
+       bb.utils.contains('DISTRO_FEATURES',     'x11', '${PACKAGECONFIG_X11}', \
+                                                       '', d), d)} \
+"
-- 
2.7.4



More information about the meta-freescale mailing list