From: Scott Murray Date: Tue, 22 Apr 2025 15:18:04 +0000 (-0400) Subject: meta-agl-core: Add Upstream-Status tags to patches X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=03a1d21e0e1e79fee9055b691e6da1abb2b683e9;p=AGL%2Fmeta-agl.git meta-agl-core: Add Upstream-Status tags to patches Add Upstream-Status tags to patches that are missing them. Not having the tag is now an error in upstream oe-core, so this prepares us for the future upgrade to the next Yocto LTS. Bug-AGL: SPEC-5416 Change-Id: I37cb1cbb6321aadd3971346bdea0f374f49681b4 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30929 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-Add-weston_get_backend_type.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-Add-weston_get_backend_type.patch index 01d5f91d6..37e38e225 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-Add-weston_get_backend_type.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-Add-weston_get_backend_type.patch @@ -4,6 +4,7 @@ Date: Fri, 13 Dec 2024 17:14:44 +0200 Subject: [PATCH] backend: Add weston_get_backend_type Signed-off-by: Marius Vlad +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/14cfb979] --- include/libweston/libweston.h | 3 +++ libweston/backend.h | 5 +++++ diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch index 0e3ab7613..4298a66f5 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch @@ -4,6 +4,7 @@ Date: Tue, 19 Dec 2023 11:43:55 +0000 Subject: [PATCH 1/2] backend-drm: don't leak gem_handle_refcnt in drm_destroy Signed-off-by: Ray Smith +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/80f096d9] --- libweston/backend-drm/drm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch b/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch index 0ae82088a..a6e42386e 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch @@ -7,6 +7,7 @@ Devices created via drm_device_create have this hash table, but those created via drm_backend_create don't. Signed-off-by: Ray Smith +Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/e7960048] --- libweston/backend-drm/drm.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-agl-core/recipes-multimedia/gstreamer1.0-plugins-bad/files/rcar-gen3/0001-Added-appid-and-title-support.patch b/meta-agl-core/recipes-multimedia/gstreamer1.0-plugins-bad/files/rcar-gen3/0001-Added-appid-and-title-support.patch index 72b924337..65e4042e9 100644 --- a/meta-agl-core/recipes-multimedia/gstreamer1.0-plugins-bad/files/rcar-gen3/0001-Added-appid-and-title-support.patch +++ b/meta-agl-core/recipes-multimedia/gstreamer1.0-plugins-bad/files/rcar-gen3/0001-Added-appid-and-title-support.patch @@ -3,6 +3,8 @@ From: Marius Vlad Date: Wed, 9 Aug 2023 14:34:19 +0300 Subject: [PATCH] Added appid and title support +Upstream-Status: Pending + Bug-AGL: SPEC-4870 Signed-off-by: Marius Vlad ---