From a1a176f0916bba828e11c77a7c5057f044663c45 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 23 Jan 2024 17:54:52 +0100 Subject: [PATCH] dey-image-lvgl: remove x11 graphical support for ccimx6ul platform LVGL graphical library has support for different backends, in the case of the ccimx6ul we use the fbdev directly, so we don't need the x11 support. This commit removes x11 support for the ccimx6ul platform for the dey-image-lvgl image. Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-core/images/dey-image-lvgl.bb | 6 +++++- sdk/config/ccimx6ulsbc/conf-notes.txt | 3 +-- 2 files changed, 6 insertions(+), 3 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 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