lvgl: remove leading whitespaces in IMAGE_FEATURES:remove setences
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
addf529fc7
commit
f668d4722c
|
|
@ -9,7 +9,7 @@ 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:ccimx6ul = "x11-base x11-sato "
|
||||
|
||||
# Remove GRAPHICAL_BACKEND suffix (-x11) from ccimx6ul image names
|
||||
DEFAULT_IMAGE_BASENAME:ccimx6ul = "dey-image-${GRAPHICAL_CORE}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue