From 5adb109b62adfd12fe9a7f1841e5a7bd23a124e4 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 17 Sep 2024 18:24:36 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/ccimx91-dvk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccimx91-dvk.conf b/meta-digi-arm/conf/machine/ccimx91-dvk.conf index a45a67533..e0c87e24d 100644 --- a/meta-digi-arm/conf/machine/ccimx91-dvk.conf +++ b/meta-digi-arm/conf/machine/ccimx91-dvk.conf @@ -36,6 +36,9 @@ KERNEL_DEVICETREE ?= " \ # Default image for install scripts 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 BOOTABLE_ARTIFACTS = " \ imx-boot-ccimx91-dvk.bin \