Re: [OE-core] [PATCH] weston-init: Add possibility to run weston as non-root user

2019-09-10 Thread Otavio Salvador
On Tue, Sep 10, 2019 at 6:38 PM Khem Raj wrote: ... > do_install() { > install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston > - install -Dm0644 ${WORKDIR}/weston.service > ${D}${systemd_system_unitdir}/weston.service > - > + install -Dm0644

[OE-core] [PATCH] weston-init: Add possibility to run weston as non-root user

2019-09-10 Thread Khem Raj
These changes are from meta-96boards primarily Launch the session via a udev rule based on what kind of display device is available Signed-off-by: Khem Raj Cc: Otavio Salvador --- meta/recipes-graphics/wayland/weston-init.bb | 25 ++- .../wayland/weston-init/71-weston-drm.rules | 2 +