core-image-base: disable splash screen

Disable splash screen for consistency with the rest of images.

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

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2026-03-18 09:04:22 +01:00
parent da4aefa006
commit 16e6e0978b
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2016-2024, Digi International Inc.
# Copyright (C) 2016-2026, Digi International Inc.
#
IMAGE_FEATURES += " \
@ -12,8 +12,8 @@ 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)}"
# Remove splash from poky core-image-base
IMAGE_FEATURES:remove = "splash"
CORE_IMAGE_BASE_INSTALL += "dey-examples-digiapix"