meta-digi-dey: add static libraries for core-image-base based SDK
https://jira.digi.com/browse/DEL-2881 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2cad47099d
commit
7b170b58ac
|
|
@ -12,5 +12,8 @@ IMAGE_FEATURES += " \
|
|||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
||||
"
|
||||
|
||||
# SDK features (for toolchains generated from an image with populate_sdk)
|
||||
SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
|
||||
|
||||
# Add our dey-image tweaks to the final image (like /etc/build info)
|
||||
inherit dey-image
|
||||
|
|
|
|||
Loading…
Reference in New Issue