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 <alex.gonzalez@digi.com> Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
7a82eab0c7
commit
d3726ffff7
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue