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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-04-22 10:30:57 +02:00
parent 658a52497b
commit ff3f42d899
1 changed files with 0 additions and 4 deletions

View File

@ -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"