meta-agl-core: add Upstream-Status tag to patches 39/29039/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 28 Jun 2023 20:39:37 +0000 (22:39 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 29 Jun 2023 08:40:46 +0000 (08:40 +0000)
This fixes the build in the YP autobuilder.

Bug-AGL: SPEC-4850
Change-Id: Ic9840c399fc8158ddc17eba0e293d8ca0894beb7
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29039
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

meta-agl-core/recipes-connectivity/connman/connman/0001-disable-when-booting-over-nfs.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-make-sure-all-buffers-are-released-when-.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-Send-name-description-update-wl_output-to-.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch
meta-agl-core/recipes-graphics/wayland/weston/0001-simple-touch-Add-maximized-fullscreen-states.patch
meta-agl-core/recipes-support/ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch

index f129a65..7cc92e2 100644 (file)
@@ -1,3 +1,7 @@
+Exempt when nfs is in use.
+
+Upstream-Status: Pending
+
 --- connman-1.36.orig/src/connman.service.in   2019-02-18 18:02:07.034947373 -0500
 +++ connman-1.36/src/connman.service.in        2019-02-18 18:07:24.689959219 -0500
 @@ -7,6 +7,7 @@
index 940088f..fc2f35b 100644 (file)
@@ -26,6 +26,9 @@ crtc was already disabled with the new synchronous commit.
 
 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
 (cherry picked from commit f5a4fb5abcb8aeb6b078b6235834cc4ab6176c26)
+
+Upstream-Status: Pending
+
 ---
  libweston/backend-drm/drm.c | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)
index 46e305d..4e0e2c5 100644 (file)
@@ -8,6 +8,8 @@ These have been in wayland a while back with version 1.20.0.
 We also need to update the test client helper with this bump, as
 those bind to version 4.
 
+Upstream-Status: Pending
+
 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
 ---
  libweston/compositor.c            | 14 +++++++++++++-
index e0b8a3b..02349c0 100644 (file)
@@ -12,6 +12,8 @@ These new states are incorporated the same way as the others, retaining
 the set state, but also avoiding sending new configure events if nothing
 changed since previously acked data.
 
+Upstream-Status: Pending
+
 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
 (cherry-picked from 37a3025d893def991dec59587d17672aa3bf967a)
 
index 2263a2f..d9e57d6 100644 (file)
@@ -11,6 +11,8 @@ over the opaque weston_log_scope.
 This also adds two helper functions to get the scope name and its
 description.
 
+Upstream-Status: Pending
+
 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
 ---
  include/libweston/weston-log.h |  9 +++++++++
index 5634e81..53a620e 100644 (file)
@@ -6,6 +6,8 @@ Subject: [PATCH 1/3] simple-touch: Add maximized/fullscreen states
 Helpful to have other states like maximized or fullscreen for
 the simple-touch client.
 
+Upstream-Status: Pending
+
 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
 ---
  clients/simple-touch.c | 55 ++++++++++++++++++++++++++++++++++++------
index 3b7672d..14c90b7 100644 (file)
@@ -17,6 +17,8 @@ emitted to stdout:
 
 It is valid to have a measurement without units, but not units without a measurement.
 
+Upstream-Status: Pending
+
 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
 [updated for ptest-runner 2.3.2]
 [updated for ptest-runner 2.4.1]