core-image-base: remove splash package for CCMP13 platform
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
0628f0bcdb
commit
dda302ef77
|
|
@ -139,6 +139,9 @@ MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 8191"
|
||||||
# Wireless external module
|
# Wireless external module
|
||||||
HAS_WIFI_VIRTWLANS = "true"
|
HAS_WIFI_VIRTWLANS = "true"
|
||||||
|
|
||||||
|
# Set this platform without graphical support
|
||||||
|
IS_HEADLESS = "true"
|
||||||
|
|
||||||
# Remove additional bluetooth packages
|
# Remove additional bluetooth packages
|
||||||
MACHINE_BLUETOOTH_EXTRA_INSTALL = ""
|
MACHINE_BLUETOOTH_EXTRA_INSTALL = ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@ IMAGE_FEATURES += " \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
|
${@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"
|
CORE_IMAGE_BASE_INSTALL += "dey-examples-digiapix"
|
||||||
|
|
||||||
# SDK features (for toolchains generated from an image with populate_sdk)
|
# SDK features (for toolchains generated from an image with populate_sdk)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue