ccmp15-dvk: fix instructions for building images
This commit removes any reference to X11, which is not supported on STM platforms. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
db5067371e
commit
a6c570802d
|
|
@ -2,14 +2,9 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
|
|
||||||
* dey-image-qt: graphical QT image
|
* dey-image-qt: graphical QT image
|
||||||
|
|
||||||
By default the image is X11-based so it provides a full SATO theme
|
By default the image is Wayland-based so it provides a full Weston
|
||||||
desktop environment.
|
desktop environment.
|
||||||
|
|
||||||
To compile the image for the framebuffer (instead of X11) add the
|
|
||||||
following line to the project's conf/local.conf:
|
|
||||||
|
|
||||||
DISTRO_FEATURES_remove = "x11"
|
|
||||||
|
|
||||||
* core-image-base: a console-only image
|
* core-image-base: a console-only image
|
||||||
|
|
||||||
Expansion of native core-image-base by including all the support for the
|
Expansion of native core-image-base by including all the support for the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue