From ce2b958a1da3143773c6af20768c2b779d899840 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 27 Feb 2026 14:47:13 +0100 Subject: [PATCH] Revert "dey-image-lvgl: remove wayland backend for new version v9.3" Now that we support the LVGL wayland backend, include the weston desktop in dey-image-lvgl images, like we used to in older DEY versions. This reverts commit db3e526b3135eae9ae40e882757c878cd0648fd3. https://onedigi.atlassian.net/browse/DEL-9925 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-core/images/dey-image-lvgl.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 7f680feaa..695584e0f 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb @@ -1,5 +1,5 @@ # -# Copyright (C) 2023-2025, Digi International Inc. +# Copyright (C) 2023-2026, Digi International Inc. # require dey-image-graphical.inc @@ -10,7 +10,6 @@ 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 = " weston " # Remove GRAPHICAL_BACKEND suffix (-x11) from ccimx6ul image names DEFAULT_IMAGE_BASENAME:ccimx6ul = "dey-image-${GRAPHICAL_CORE}"