From f668d4722c1b8d53dcbc735e0d51bc4a2fe79036 Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Tue, 24 Mar 2026 08:39:32 +0100 Subject: [PATCH] lvgl: remove leading whitespaces in IMAGE_FEATURES:remove setences Signed-off-by: Francisco Gil --- meta-digi-dey/recipes-core/images/dey-image-lvgl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb b/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb index 695584e0f..0aa80f919 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb @@ -9,7 +9,7 @@ GRAPHICAL_CORE = "lvgl" # On the ccimx6ul, the only supported LVGL backend is fbdev, so there is no # need for a X11 desktop environment. -IMAGE_FEATURES:remove:ccimx6ul = " x11-base x11-sato " +IMAGE_FEATURES:remove:ccimx6ul = "x11-base x11-sato " # Remove GRAPHICAL_BACKEND suffix (-x11) from ccimx6ul image names DEFAULT_IMAGE_BASENAME:ccimx6ul = "dey-image-${GRAPHICAL_CORE}"