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:
parent
c38d8ed84e
commit
4a68333fef
|
|
@ -41,3 +41,6 @@ MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"
|
|||
|
||||
# TrustFence
|
||||
TRUSTFENCE_SIGN_MODE = "HAB"
|
||||
|
||||
# Adding 'wayland' along with 'x11' enables the xwayland backend
|
||||
DISTRO_FEATURES_append = " wayland"
|
||||
|
|
|
|||
Loading…
Reference in New Issue