dey-toolchain: add a few IMAGE_FEATURES to include missing dev packages

This slightly increases the SDK's size, but it adds packages that are required
for common use cases such as integration with weston/x11.

https://onedigi.atlassian.net/browse/DEL-9297

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-11-27 16:50:57 +01:00
parent 5315d84350
commit 17cbe3dda3
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ LICENSE = "MIT"
inherit core-image dey-image-sdk qt-version
inherit populate_sdk ${QT_POPULATE_SDK}
# Add a minimal set of IMAGE_FEATURES to allow for integration with the
# appropriate desktop backend (if any)
IMAGE_FEATURES += " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston', \
bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base x11-sato', \
'', d), d)} \
"
# Do not include kernel in the toolchain
PACKAGE_EXCLUDE = " \
kernel-image-* \