meta-digi-arm: machine: Add xwayland support to CCIMX6 platforms

With this change, the ccimx6sbc and ccimx6qpsbc default images will now use the
xwayland backend instead of x11.

https://jira.digi.com/browse/DEL-7221

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2020-09-14 14:20:00 +02:00 committed by Gabriel Valcazar
parent c38d8ed84e
commit 4a68333fef
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"
# TrustFence # TrustFence
TRUSTFENCE_SIGN_MODE = "HAB" TRUSTFENCE_SIGN_MODE = "HAB"
# Adding 'wayland' along with 'x11' enables the xwayland backend
DISTRO_FEATURES_append = " wayland"