ccimx6: set WAYLAND_DISPLAY to wayland-0

i.MX6 platforms use an older version of weston, 10.0.5.imx, which sets the
wayland socket to wayland-0 by default. Without this change, our demo launcher
scripts/services will fail on ccimx6/6qp platforms.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-11-07 12:10:59 +01:00
parent 0eb9d5a506
commit 55e0961c85
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ MACHINE_DISTRO_FEATURES_REMOVE = "vulkan"
BOOTFS_EXT ?= ".boot.vfat"
ROOTFS_EXT ?= '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", ".squashfs", ".ext4.gz", d)}'
# i.MX6 platforms use weston 10.0.5.imx, which uses the wayland-0 socket
# instead of wayland-1
WAYLAND_DISPLAY = "wayland-0"
BOOT_DEV_NAME ?= "/dev/mmcblk0p1"
ROOTFS_DEV_NAME ?= "/dev/mmcblk0p3"
ROOTFS_ENC_DEV = "/dev/mapper/cryptrootfs"