ccimx91: configure platform as headless
This removes the psplash package from "core-image" images, which prevents this failure onn boot: [FAILED] Failed to start Start psplash boot splash screen. psplash[454]: Error opening /dev/fb0 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
d545fe0a14
commit
5adb109b62
|
|
@ -36,6 +36,9 @@ KERNEL_DEVICETREE ?= " \
|
||||||
# Default image for install scripts
|
# Default image for install scripts
|
||||||
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
DEFAULT_IMAGE_NAME ?= "core-image-base"
|
||||||
|
|
||||||
|
# Set this platform without graphical support
|
||||||
|
IS_HEADLESS = "true"
|
||||||
|
|
||||||
# Boot artifacts to be copied from the deploy dir to the installer ZIP
|
# Boot artifacts to be copied from the deploy dir to the installer ZIP
|
||||||
BOOTABLE_ARTIFACTS = " \
|
BOOTABLE_ARTIFACTS = " \
|
||||||
imx-boot-ccimx91-dvk.bin \
|
imx-boot-ccimx91-dvk.bin \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue