meta-digi: update config templates for CC6/CC6QP platforms
Both platforms were updated to use the XWayland desktop. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
358305ffb8
commit
0069380c6b
|
|
@ -2,13 +2,13 @@ Digi Embedded Yocto provides the following image recipes:
|
|||
|
||||
* 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 XWayland-based so it provides a full Weston
|
||||
desktop environment.
|
||||
|
||||
To compile the image for the framebuffer (instead of X11) add the
|
||||
following line to the project's conf/local.conf:
|
||||
To compile the image for the framebuffer (instead of XWayland) add
|
||||
the following line to the project's conf/local.conf:
|
||||
|
||||
DISTRO_FEATURES_remove = "x11"
|
||||
DISTRO_FEATURES_remove = "x11 wayland"
|
||||
|
||||
* dey-image-aws: console-only image supporting Amazon Web Services IoT
|
||||
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ Digi Embedded Yocto provides the following image recipes:
|
|||
|
||||
* 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 XWayland-based so it provides a full Weston
|
||||
desktop environment.
|
||||
|
||||
To compile the image for the framebuffer (instead of X11) add the
|
||||
following line to the project's conf/local.conf:
|
||||
To compile the image for the framebuffer (instead of XWayland) add
|
||||
the following line to the project's conf/local.conf:
|
||||
|
||||
DISTRO_FEATURES_remove = "x11"
|
||||
DISTRO_FEATURES_remove = "x11 wayland"
|
||||
|
||||
* dey-image-aws: console-only image supporting Amazon Web Services IoT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue