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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
