From: Neena Busireddy <[email protected]> Install wayland packages when both X11 and Wayland DISTRO_FEATURES are availiable as we will be using x11 on top of wayland(xwayland)
Signed-off-by: Neena Busireddy <[email protected]> Signed-off-by: Tom Hochstein <[email protected]> --- recipes-fsl/images/fsl-image-machine-test.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-fsl/images/fsl-image-machine-test.bb b/recipes-fsl/images/fsl-image-machine-test.bb index 3d8ea12..54abdb4 100644 --- a/recipes-fsl/images/fsl-image-machine-test.bb +++ b/recipes-fsl/images/fsl-image-machine-test.bb @@ -20,7 +20,5 @@ CORE_IMAGE_EXTRA_INSTALL += " \ packagegroup-fsl-tools-gpu-external \ packagegroup-fsl-tools-testapps \ packagegroup-fsl-tools-benchmark \ - ${@base_contains('DISTRO_FEATURES', 'x11', '', \ - base_contains('DISTRO_FEATURES', 'wayland', 'weston-init', \ - '', d), d)} \ + ${@base_contains('DISTRO_FEATURES', 'wayland', 'weston-init', '', d)} \ " -- 2.1.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
