[meta-freescale] [meta-fsl-arm][PATCH 1/2] core-image-weston: Don't install clutter-1.0-examples for i.MX6SL

Tom Hochstein tom.hochstein at nxp.com
Fri May 27 16:09:54 PDT 2016


Remove clutter-1.0-examples in case we are generating an image for the
i.MX6SL SoC family as it does not provide GPU 3D support.

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

diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend
new file mode 100644
index 0000000..2a3cde6
--- /dev/null
+++ b/recipes-graphics/images/core-image-weston.bbappend
@@ -0,0 +1,3 @@
+# 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"
-- 
1.9.1



More information about the meta-freescale mailing list