From 599ca3f2c22720d7154dfc371c573b8c602f7969 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 28 Jun 2023 22:39:37 +0200 Subject: meta-agl-core: add Upstream-Status tag to patches This fixes the build in the YP autobuilder. Bug-AGL: SPEC-4850 Change-Id: Ic9840c399fc8158ddc17eba0e293d8ca0894beb7 Signed-off-by: Jan-Simon Moeller 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 --- .../connman/connman/0001-disable-when-booting-over-nfs.patch | 4 ++++ .../0001-backend-drm-make-sure-all-buffers-are-released-when-.patch | 3 +++ .../0001-libweston-Send-name-description-update-wl_output-to-.patch | 2 ++ .../0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch | 2 ++ .../0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch | 2 ++ .../weston/0001-simple-touch-Add-maximized-fullscreen-states.patch | 2 ++ .../ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch | 2 ++ 7 files changed, 17 insertions(+) (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-connectivity/connman/connman/0001-disable-when-booting-over-nfs.patch b/meta-agl-core/recipes-connectivity/connman/connman/0001-disable-when-booting-over-nfs.patch index f129a6580..7cc92e2c4 100644 --- a/meta-agl-core/recipes-connectivity/connman/connman/0001-disable-when-booting-over-nfs.patch +++ b/meta-agl-core/recipes-connectivity/connman/connman/0001-disable-when-booting-over-nfs.patch @@ -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 @@ diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-make-sure-all-buffers-are-released-when-.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-make-sure-all-buffers-are-released-when-.patch index 940088f5c..fc2f35bd6 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-make-sure-all-buffers-are-released-when-.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-make-sure-all-buffers-are-released-when-.patch @@ -26,6 +26,9 @@ crtc was already disabled with the new synchronous commit. Signed-off-by: Michael Olbrich (cherry picked from commit f5a4fb5abcb8aeb6b078b6235834cc4ab6176c26) + +Upstream-Status: Pending + --- libweston/backend-drm/drm.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-Send-name-description-update-wl_output-to-.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-Send-name-description-update-wl_output-to-.patch index 46e305d12..4e0e2c587 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-Send-name-description-update-wl_output-to-.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-Send-name-description-update-wl_output-to-.patch @@ -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 --- libweston/compositor.c | 14 +++++++++++++- diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch index e0b8a3ba3..02349c098 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch @@ -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 (cherry-picked from 37a3025d893def991dec59587d17672aa3bf967a) diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch index 2263a2f60..d9e57d6f1 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-libweston-weston-log-Add-an-iterator-for-going-over-.patch @@ -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 --- include/libweston/weston-log.h | 9 +++++++++ diff --git a/meta-agl-core/recipes-graphics/wayland/weston/0001-simple-touch-Add-maximized-fullscreen-states.patch b/meta-agl-core/recipes-graphics/wayland/weston/0001-simple-touch-Add-maximized-fullscreen-states.patch index 5634e8160..53a620ef7 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston/0001-simple-touch-Add-maximized-fullscreen-states.patch +++ b/meta-agl-core/recipes-graphics/wayland/weston/0001-simple-touch-Add-maximized-fullscreen-states.patch @@ -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 --- clients/simple-touch.c | 55 ++++++++++++++++++++++++++++++++++++------ diff --git a/meta-agl-core/recipes-support/ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch b/meta-agl-core/recipes-support/ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch index 3b7672df9..14c90b714 100644 --- a/meta-agl-core/recipes-support/ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch +++ b/meta-agl-core/recipes-support/ptest-runner/ptest-runner/0007-WIP-Initial-LAVA-support.patch @@ -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 [updated for ptest-runner 2.3.2] [updated for ptest-runner 2.4.1] -- cgit 1.2.3-korg