Hello, community!
I have an issue, that during Yocto Distro build I have missed XDG_RUNTIME_DIR path. Also I've found who can set this path:
~/var-fslc-yocto/sources$ grep -nri XDG_RUNTIME_DIR=/run/user
poky/meta/lib/oeqa/runtime/cases/weston.py:34: return 'export XDG_RUNTIME_DIR=/run/user/`id -u weston`; export WAYLAND_DISPLAY=wayland-1; %s' % cmd
poky/meta/recipes-graphics/wayland/weston-init/weston-start:60: export XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}`
poky/meta/recipes-graphics/wayland/weston-init/weston-start:71:su -c "XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}` weston $weston_args --log=/tmp/weston.log" $WESTON_USER
meta-variscite-sdk/dynamic-layers/fsl-sdk-release/recipes-qt/qt6/qtbase/qt6-linuxfb.sh:3: export XDG_RUNTIME_DIR=/run/user/$(id -u)
meta-variscite-sdk/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend:41: echo " export XDG_RUNTIME_DIR=/run/user/\$(id -u)" >> ${D}${sysconfdir}/profile.d/qt5.sh
meta-variscite-sdk/recipes-graphics/wayland/weston-service/weston-app.sh:7: export XDG_RUNTIME_DIR=/run/user/`id -u`
Well, I have no QT, so I need to run somehow weston-app.sh or weston-start.
On my distro I have:
DISTRO_FEATURES:append = " x11 \
wayland \
weston-xwayland \
Can someone tell me what should I configure to be able to run the weston-app.service? Now I have no weston-app.service on my build.