[meta-freescale] [distro][PATCH] packagegroup-fsl-tools-gpu-external: Do not install mesa-demos for non x11 distros

Fabio Berton fabio.berton at ossystems.com.br
Wed Nov 16 05:54:21 PST 2016


As of commit d02a3a745fbb7b534f22de861e7a43e7dacc7970 from OE-core,
mesa-demos require X11 distro feature and we can't install it when only
wayland distro feature is enable, e.g. with fslc-wayland distro.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
index 26fe387..08b8cfc 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
@@ -18,8 +18,7 @@ SOC_TOOLS_GPU_FB = ""
 SOC_TOOLS_GPU_FB_imxgpu3d  = "eglinfo-fb"
 
 SOC_TOOLS_GPU_WAYLAND = ""
-SOC_TOOLS_GPU_WAYLAND_imxgpu2d = "mesa-demos"
-SOC_TOOLS_GPU_WAYLAND_append_imxgpu3d = " glmark2"
+SOC_TOOLS_GPU_WAYLAND_imxgpu3d = "glmark2"
 
 SOC_TOOLS_GPU_XWAYLAND = ""
 SOC_TOOLS_GPU_XWAYLAND_imxgpu2d = "mesa-demos gtkperf"
-- 
2.1.4



More information about the meta-freescale mailing list