From c2a1bc716d8359daace84da724a771b814c1ad6b 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend index 6e33067..9cb2ef3 100644 --- a/recipes-graphics/images/core-image-weston.bbappend +++ b/recipes-graphics/images/core-image-weston.bbappend @@ -2,3 +2,7 @@ # distribution as it needs to have different libraries installed. So # in case 'x11' is in DISTRO_FEATURES, Wayland is disabled. CONFLICT_DISTRO_FEATURES_append_mx6 = " x11" + +# 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