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 <arturo.buzarra@digi.com>
This commit is contained in:
parent
a4042f56bd
commit
a1a176f091
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue