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:
Arturo Buzarra 2020-09-17 10:37:47 +02:00
parent 358305ffb8
commit 0069380c6b
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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