meta-agl-core: Add Upstream-Status tags to patches 29/30929/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 22 Apr 2025 15:18:04 +0000 (11:18 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 23 Apr 2025 13:44:18 +0000 (13:44 +0000)
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 <scott.murray@konsulko.com>
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

meta-agl-core/recipes-graphics/wayland/weston/0001-backend-Add-weston_get_backend_type.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch
meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch
meta-agl-core/recipes-multimedia/gstreamer1.0-plugins-bad/files/rcar-gen3/0001-Added-appid-and-title-support.patch

index 01d5f91..37e38e2 100644 (file)
@@ -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 <marius.vlad@collabora.com>
+Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/14cfb979]
 ---
  include/libweston/libweston.h |  3 +++
  libweston/backend.h           |  5 +++++
index 0e3ab76..4298a66 100644 (file)
@@ -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 <rsmith@brightsign.biz>
+Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/80f096d9]
 ---
  libweston/backend-drm/drm.c | 3 +++
  1 file changed, 3 insertions(+)
index 0ae8208..a6e4238 100644 (file)
@@ -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 <rsmith@brightsign.biz>
+Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/e7960048]
 ---
  libweston/backend-drm/drm.c | 12 +++++++++---
  1 file changed, 9 insertions(+), 3 deletions(-)
index 72b9243..65e4042 100644 (file)
@@ -3,6 +3,8 @@ From: Marius Vlad <marius.vlad@collabora.com>
 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 <marius.vlad@collabora.com>
 ---