core-image-base: add dey-image tweaks
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
e5dca69e96
commit
8bc38a2cbc
|
|
@ -11,3 +11,6 @@ IMAGE_FEATURES += " \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Add our dey-image tweaks to the final image (like /etc/build info)
|
||||||
|
inherit dey-image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue