From ff3f42d899b5e94fe5807b4ed4120c71a1b477a0 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 22 Apr 2016 10:30:57 +0200 Subject: [PATCH] dey-image-tiny: remove X11 distro feature limitation That restriction does not make any difference in the final image contents, because no package depending on X11 is added to the image, and it prevents the image from being built with the default DEY configuration (that has X11 distro feature enabled). This also allows to build the image in the buildserver with the same job that builds other X11 based images. https://jira.digi.com/browse/DEL-2106 Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-core/images/dey-image-tiny.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-dey/recipes-core/images/dey-image-tiny.bb b/meta-digi-dey/recipes-core/images/dey-image-tiny.bb index 4082d3140..d0ab46695 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-tiny.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-tiny.bb @@ -20,10 +20,6 @@ LICENSE = "MIT" inherit core-image inherit dey-image -inherit distro_features_check - -# Add 'x11' to CONFLICT_DISTRO_FEATURES for 'dey-image-tiny' family of recipes -CONFLICT_DISTRO_FEATURES += "x11" IMAGE_ROOTFS_SIZE ?= "8192"