From ccaedc3d351273f39ee4af773a627de5bbe9e642 Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Mon, 6 Dec 2021 19:15:55 +0100 Subject: weston: allow weston to be started from a systemd user session As part of the App FW rework, we want weston to be started from a systemd user session, which is allowed by this patch (backported from upstream). Bug-AGL: SPEC-4161 Signed-off-by: Arnaud Ferraris Change-Id: I23961eaebb65bdbdcfd8c3d01ff1941f978385ec Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26968 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray Reviewed-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc') diff --git a/meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc index 598215e7e..06a1c830f 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc +++ b/meta-agl-core/recipes-graphics/wayland/weston_8.0_aglcore.inc @@ -1,6 +1,7 @@ FILESEXTRAPATHS:append := ":${THISDIR}/weston" SRC_URI:append = "\ + file://0002-Allow-weston-to-start-from-a-systemd-user-session.patch \ file://0005-correctly-tear-down-drm-backend.patch \ " -- cgit 1.2.3-korg