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 7d0fc83e9..ee8695a1c 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-lvgl.bb @@ -1,8 +1,12 @@ # -# Copyright (C) 2023 Digi International. +# Copyright (C) 2023,2024 Digi International. # require dey-image-graphical.inc DESCRIPTION = "DEY image with LVGL graphical libraries" 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 " diff --git a/sdk/config/ccimx6ulsbc/conf-notes.txt b/sdk/config/ccimx6ulsbc/conf-notes.txt index 44fd937f9..0e46ca7af 100644 --- a/sdk/config/ccimx6ulsbc/conf-notes.txt +++ b/sdk/config/ccimx6ulsbc/conf-notes.txt @@ -7,8 +7,7 @@ Digi Embedded Yocto provides the following image recipes: * dey-image-lvgl: graphical LVGL image - By default the image is X11-based so it provides a full SATO theme - desktop environment. + A framebuffer-based image including an LVGL demo application. * core-image-base: a console-only image