From 0069380c6b0cb51d85d0956f082822828e1eb5bc Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 17 Sep 2020 10:37:47 +0200 Subject: [PATCH] meta-digi: update config templates for CC6/CC6QP platforms Both platforms were updated to use the XWayland desktop. Signed-off-by: Arturo Buzarra --- sdk/config/ccimx6qpsbc/conf-notes.txt | 8 ++++---- sdk/config/ccimx6sbc/conf-notes.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk/config/ccimx6qpsbc/conf-notes.txt b/sdk/config/ccimx6qpsbc/conf-notes.txt index ed1cd5158..e42d80e4f 100644 --- a/sdk/config/ccimx6qpsbc/conf-notes.txt +++ b/sdk/config/ccimx6qpsbc/conf-notes.txt @@ -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 diff --git a/sdk/config/ccimx6sbc/conf-notes.txt b/sdk/config/ccimx6sbc/conf-notes.txt index ed1cd5158..e42d80e4f 100644 --- a/sdk/config/ccimx6sbc/conf-notes.txt +++ b/sdk/config/ccimx6sbc/conf-notes.txt @@ -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