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:
parent
5315d84350
commit
17cbe3dda3
|
|
@ -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-* \
|
||||
|
|
|
|||
Loading…
Reference in New Issue