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:
parent
9cd2009300
commit
113e9a0e0b
|
|
@ -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)} \
|
||||
"
|
||||
Loading…
Reference in New Issue