From d3726ffff779b43de9c70665c16c4d0e8bef3d43 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 28 Oct 2013 17:42:49 +0100 Subject: [PATCH] meta-digi-dey: add dey-test to the image features valid items Features without a valid packagegroup need to be added to the validitems list. This needs to be in the distro configuration file as it needs to be available to all images from all layers. https://jira.digi.com/browse/DEL-853 Signed-off-by: Alex Gonzalez Signed-off-by: Javier Viguera --- meta-digi-dey/conf/distro/dey.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 17c9e823e..0ad0e888e 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -24,6 +24,9 @@ DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DE DISTRO_FEATURES_DEFAULT_remove = "x11" POKY_DEFAULT_DISTRO_FEATURES_remove = "wayland" +# Features without a packagegroup need to be explicitely added. +IMAGE_FEATURES[validitems] += "dey-test" + # Set the PREFERRED_PROVIDER for jpeg functionality based on the MACHINE # architecture. For armv7a devices libjpeg-turbo should be used to take # advantage of the SIMD instructions.