From 603900cf1a6855a569ef39d3d70f2f1c492d9cb8 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 27 May 2016 18:09:54 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-graphics/images/core-image-weston.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/images/core-image-weston.bbappend (limited to 'recipes-graphics') diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend new file mode 100644 index 00000000..2a3cde69 --- /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" -- cgit v1.2.3-54-g00ecf