[meta-freescale] [distro][PATCH 6/6] fsl-image-multimedia: Use the new i.MX feature overrides

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 26 10:44:23 PDT 2016


Remove package clutter-1.0-examples for GPU 2D-only SoCs.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-fsl/images/fsl-image-multimedia.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb
index 3acada6..f91475c 100644
--- a/recipes-fsl/images/fsl-image-multimedia.bb
+++ b/recipes-fsl/images/fsl-image-multimedia.bb
@@ -23,4 +23,8 @@ CORE_IMAGE_EXTRA_INSTALL += " \
                          'weston-xwayland xterm', '', d)} \
 "
 
-CORE_IMAGE_EXTRA_INSTALL_remove_mx6sl = "clutter-1.0-examples"
+PACKAGE_IMX_TO_REMOVE = ""
+PACKAGE_IMX_TO_REMOVE_imxgpu2d = "clutter-1.0-examples"
+PACKAGE_IMX_TO_REMOVE_imxgpu3d = ""
+
+CORE_IMAGE_EXTRA_INSTALL_remove = "${PACKAGE_IMX_TO_REMOVE}"
-- 
2.1.4



More information about the meta-freescale mailing list