dey-image-lvgl: remove wayland backend for new version v9.3

This commit removes the wayland backend use directly the video
interface and reduce image size. In this version the wayland
support is still not fully suport or similar how it was in the
previous verison we used.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2025-08-18 16:21:56 +02:00
parent 69680ded39
commit db3e526b31
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2023,2024, Digi International Inc. # Copyright (C) 2023-2025, Digi International Inc.
# #
require dey-image-graphical.inc require dey-image-graphical.inc
@ -10,6 +10,7 @@ GRAPHICAL_CORE = "lvgl"
# On the ccimx6ul, the only supported LVGL backend is fbdev, so there is no # On the ccimx6ul, the only supported LVGL backend is fbdev, so there is no
# need for a X11 desktop environment. # need for a X11 desktop environment.
IMAGE_FEATURES:remove:ccimx6ul = " x11-base x11-sato " IMAGE_FEATURES:remove:ccimx6ul = " x11-base x11-sato "
IMAGE_FEATURES:remove = " weston "
# Remove GRAPHICAL_BACKEND suffix (-x11) from ccimx6ul image names # Remove GRAPHICAL_BACKEND suffix (-x11) from ccimx6ul image names
DEFAULT_IMAGE_BASENAME:ccimx6ul = "dey-image-${GRAPHICAL_CORE}" DEFAULT_IMAGE_BASENAME:ccimx6ul = "dey-image-${GRAPHICAL_CORE}"