]> code.ossystems Code Review - meta-freescale.git/commitdiff
core-image-weston: Don't install clutter-1.0-examples for i.MX6SL
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 27 May 2016 23:09:54 +0000 (18:09 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Jun 2016 18:22:35 +0000 (15:22 -0300)
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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/images/core-image-weston.bbappend [new file with mode: 0644]

diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend
new file mode 100644 (file)
index 0000000..2a3cde6
--- /dev/null
@@ -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"