From b418ececee2c22f334cc31f70aff71ba9571b431 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 16 Sep 2019 15:35:02 -0700 Subject: weston-init: Add possibility to run weston as non-root user These changes are from meta-96boards primarily Launch the session via a udev rule based on what kind of display device is available delete weston-conf and move the fuctionality into weston-init other layers are doing same weston-init installs machine specific weston.ini therefore mark is machine specific now (From OE-Core rev: aa3bced2e1de2f4ba507aa014835b06edccc138a) Signed-off-by: Khem Raj Cc: Otavio Salvador Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini (limited to 'meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini') diff --git a/meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini b/meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini new file mode 100644 index 0000000000..17ebd7fdab --- /dev/null +++ b/meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini @@ -0,0 +1,2 @@ +[core] +backend=fbdev-backend.so -- cgit v1.2.3-54-g00ecf