recipes-core: expand core-image-base recipe

Expand the core-image-base recipe by including some default packages to the
image.

https://jira.digi.com/browse/DEL-2695
https://jira.digi.com/browse/DEL-2693

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-06-24 13:04:47 +02:00
parent 9cd2009300
commit 113e9a0e0b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#
# Copyright (C) 2016 Digi International.
#
IMAGE_FEATURES += " \
dey-network \
package-management \
ssh-server-dropbear \
${@bb.utils.contains('MACHINE_FEATURES', 'accel-video', 'dey-gstreamer', '', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'alsa', 'dey-audio', '', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
"