core-image-base: remove splash package for CCMP13 platform

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-09-26 13:40:52 +02:00
parent 0628f0bcdb
commit dda302ef77
2 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,9 @@ MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 8191"
# Wireless external module
HAS_WIFI_VIRTWLANS = "true"
# Set this platform without graphical support
IS_HEADLESS = "true"
# Remove additional bluetooth packages
MACHINE_BLUETOOTH_EXTRA_INSTALL = ""

View File

@ -13,6 +13,9 @@ IMAGE_FEATURES += " \
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
"
# Remove graphical packages for non-graphical platforms
IMAGE_FEATURES:remove = "${@oe.utils.conditional('IS_HEADLESS', 'true', ' splash ', '', d)}"
CORE_IMAGE_BASE_INSTALL += "dey-examples-digiapix"
# SDK features (for toolchains generated from an image with populate_sdk)