summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-05-27 18:09:54 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-30 08:19:34 -0300
commitea8b6dd8a2baea77af5a5ac846add2e3d6fed68d (patch)
treea24879d0cf6daee9c3cadd17054f292c38aa2a43
parentef206c2ae8ebfd7d02d85a638ad2ae9f44e436a3 (diff)
downloadmeta-fsl-arm-ea8b6dd8a2baea77af5a5ac846add2e3d6fed68d.tar.gz
core-image-weston: Don't install clutter-1.0-examples for i.MX6SL
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>
-rw-r--r--recipes-graphics/images/core-image-weston.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1# FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support,
2# so for now we skip it.
3CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples"