[meta-freescale] [PATCH 11/14] core-image-weston: Remove unbuildable packages

Tom Hochstein tom.hochstein at nxp.com
Thu Oct 19 11:36:15 PDT 2017


Three packages depending on gtk+3 cannot build on i.MX:
  - gtk+3-demo
  - matchbox-terminal
  - vte

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/images/core-image-weston.bbappend | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend
index 2a3cde6..39d9bd4 100644
--- a/recipes-graphics/images/core-image-weston.bbappend
+++ b/recipes-graphics/images/core-image-weston.bbappend
@@ -1,3 +1,15 @@
 # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support,
 #        so for now we skip it.
-CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples"
+CORE_IMAGE_BASE_INSTALL_REMOVE          = ""
+CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu2d = " \
+    clutter-1.0-examples \
+    gtk+3-demo \
+    matchbox-terminal \
+    vte \
+"
+CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu3d = " \
+    gtk+3-demo \
+    matchbox-terminal \
+    vte \
+"
+CORE_IMAGE_BASE_INSTALL_remove          = "${CORE_IMAGE_BASE_INSTALL_REMOVE}"
-- 
1.9.1



More information about the meta-freescale mailing list