From patchwork Wed Jun 28 14:54:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 26624 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DBBEEB64D7 for ; Wed, 28 Jun 2023 14:54:08 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.18575.1687964047512440053 for ; Wed, 28 Jun 2023 07:54:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=pDJV7EaX; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: reatmon@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 35SEs3C8096419; Wed, 28 Jun 2023 09:54:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1687964043; bh=ENR1nB8vD7YRHOop1YSNflp6mKQJu1GtiIYAlf7ygsk=; h=From:To:Subject:Date; b=pDJV7EaXU/kcnMKudtuQmkWkvfaoufEwJqsUo6cZWP8q/8wHbG+Lkpfkt/5m5vdOC 2PvgKY5xz+uZfS0GKM89Yhx8EOccih1B/bassm5KChPYWdumeJu+fhT3N4mHFg3oxV JTvyG387VaS+bis6SVhT56mJxFGSvuA4ae9/bL84= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 35SEs3Qg045840 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 28 Jun 2023 09:54:03 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 28 Jun 2023 09:54:03 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 28 Jun 2023 09:54:03 -0500 Received: from uda0214219 (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 35SEs3ia085816; Wed, 28 Jun 2023 09:54:03 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1qEWYU-00030g-VY; Wed, 28 Jun 2023 09:54:03 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH] misc: Add missing Upstream-Status to various patches Date: Wed, 28 Jun 2023 09:54:02 -0500 Message-ID: <20230628145402.11529-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 28 Jun 2023 14:54:08 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14721 Master has added a new ERROR_QA check for noncore layers so we need to clean up meta-arago as well. Signed-off-by: Ryan Eatmon --- ...-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch | 2 ++ .../0001-rtcwake-Allow-poweroff-with-rtcwake-command.patch | 2 ++ .../psplash/psplash/0001-psplash-Add-Arago-custom-color.patch | 2 ++ .../psplash/psplash/0003-Updated-configurability.patch.patch | 2 ++ .../recipes-core/psplash/psplash/psplash-18bpp.patch | 2 ++ .../libdrm/0001-Add-option-to-run-a-test-indefinitely.patch | 2 ++ .../libdrm/0001-libsync-add-support-for-pre-v4.7-kernels.patch | 3 +++ .../drm/libdrm/0002-Add-sync_fence_info-and-sync_pt_info.patch | 3 +++ .../0001-Revert-require-GL_EXT_unpack_subimage-commit.patch | 2 ++ ...-backend-drm-Select-plane-based-on-current-attached-C.patch | 2 ++ .../0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch | 2 ++ .../0002-wayland-drm-Update-to-version-2.patch | 2 ++ 12 files changed, 26 insertions(+) diff --git a/meta-arago-distro/recipes-connectivity/iproute2/iproute2/0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch b/meta-arago-distro/recipes-connectivity/iproute2/iproute2/0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch index fa0eeccc..c538afdc 100644 --- a/meta-arago-distro/recipes-connectivity/iproute2/iproute2/0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch +++ b/meta-arago-distro/recipes-connectivity/iproute2/iproute2/0014-iplink-hsr-prp-add-support-for-vlan-tagged-supervisi.patch @@ -11,6 +11,8 @@ Supervision frames. This is done by adding 3 additional attributes to the hsr/prp link type and passing this to Linux HSR/PRP device through the ip link command. +Upstream-Status: Pending + Signed-off-by: Murali Karicheri --- include/uapi/linux/if_link.h | 3 +++ diff --git a/meta-arago-distro/recipes-core/busybox/busybox/0001-rtcwake-Allow-poweroff-with-rtcwake-command.patch b/meta-arago-distro/recipes-core/busybox/busybox/0001-rtcwake-Allow-poweroff-with-rtcwake-command.patch index da47888e..98504344 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox/0001-rtcwake-Allow-poweroff-with-rtcwake-command.patch +++ b/meta-arago-distro/recipes-core/busybox/busybox/0001-rtcwake-Allow-poweroff-with-rtcwake-command.patch @@ -7,6 +7,8 @@ rtcwake will support poweroff as an option for -m with this patch by calling poweroff from the command line and also not disabling the rtc alarm1 interrupt at exit. +Upstream-Status: Pending + Signed-off-by: Dave Gerlach --- util-linux/rtcwake.c | 15 +++++++++++---- diff --git a/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch b/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch index 80ba58e5..588b103d 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch +++ b/meta-arago-distro/recipes-core/psplash/psplash/0001-psplash-Add-Arago-custom-color.patch @@ -5,6 +5,8 @@ Subject: [PATCH 1/2] psplash: Add Arago custom color * Port custom colors used in psplash-ti from oe-classic. +Upstream-Status: Inappropriate [customization for arago] + Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Ryan Eatmon --- diff --git a/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch b/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch index 7c9feec1..2e82b973 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch +++ b/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch @@ -6,6 +6,8 @@ Subject: [PATCH 3/3] Updated configurability.patch * Updating configurability.patch to work with the most recent version (last update 5/10/2012) of psplash. +Upstream-Status: Inappropriate [customization for arago] + Signed-off-by: Franklin S Cooper Jr --- psplash.c | 16 ++++++++-------- diff --git a/meta-arago-distro/recipes-core/psplash/psplash/psplash-18bpp.patch b/meta-arago-distro/recipes-core/psplash/psplash/psplash-18bpp.patch index 1001a196..d758217f 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash/psplash-18bpp.patch +++ b/meta-arago-distro/recipes-core/psplash/psplash/psplash-18bpp.patch @@ -6,6 +6,8 @@ Subject: [PATCH 2/2] upstream: http://bugzilla.o-hand.com/show_bug.cgi?id=1764 This is a reworked patch to address a code update in psplash. Original source is unknown. +Upstream-Status: Pending + Signed-off-by: Ryan Eatmon --- psplash-fb.c | 8 +++++++- diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch index 719c8f74..4c62bab8 100644 --- a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch +++ b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-Add-option-to-run-a-test-indefinitely.patch @@ -9,6 +9,8 @@ allows using modetest within ltp-ddt, before this patch modetest was not able to run in ltp-ddt because ltp-ddt sends data to stdin when a test is run +Upstream-Status: Pending + Signed-off-by: Alejandro Hernandez Signed-off-by: Denys Dmytriyenko diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-libsync-add-support-for-pre-v4.7-kernels.patch b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-libsync-add-support-for-pre-v4.7-kernels.patch index c9fdfedd..d645bab6 100644 --- a/meta-arago-distro/recipes-graphics/drm/libdrm/0001-libsync-add-support-for-pre-v4.7-kernels.patch +++ b/meta-arago-distro/recipes-graphics/drm/libdrm/0001-libsync-add-support-for-pre-v4.7-kernels.patch @@ -4,6 +4,9 @@ Date: Tue, 13 Jun 2017 15:52:44 +0100 Subject: [PATCH 1/2] libsync: add support for pre-v4.7 kernels Add support for the the sync merge ioctl supported by older kernels. + +Upstream-Status: Pending + --- libsync.h | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/drm/libdrm/0002-Add-sync_fence_info-and-sync_pt_info.patch b/meta-arago-distro/recipes-graphics/drm/libdrm/0002-Add-sync_fence_info-and-sync_pt_info.patch index 428def61..2786c04d 100644 --- a/meta-arago-distro/recipes-graphics/drm/libdrm/0002-Add-sync_fence_info-and-sync_pt_info.patch +++ b/meta-arago-distro/recipes-graphics/drm/libdrm/0002-Add-sync_fence_info-and-sync_pt_info.patch @@ -6,6 +6,9 @@ Subject: [PATCH 2/2] Add sync_fence_info and sync_pt_info For pre-4.7 kernels, sync_fence_info returns the data from the SYNC_IOC_FENCE_INFO ioctl. For newer kernels, the SYNC_IOC_FILE_INFO ioctl is called, and the data converted to SYNC_IOC_FENCE_INFO form. + +Upstream-Status: Pending + --- libsync.h | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch index 13ab5e98..0c0d9089 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch +++ b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch @@ -9,6 +9,8 @@ That commit removed support for GPU drivers without GL_EXT_unpack_subimage which SGX does not support. Add back support for GPUs without this extension. +Upstream-Status: Pending + Signed-off-by: Andrew Davis --- libweston/renderer-gl/gl-renderer-internal.h | 2 ++ diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch b/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch index d9444641..f4dce134 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch +++ b/meta-arago-distro/recipes-graphics/wayland/weston/0001-backend-drm-Select-plane-based-on-current-attached-C.patch @@ -10,6 +10,8 @@ the corresponding CRTC. This prevents changing a CRTC's primary plane when it is active which is not allowed by the DRM framework. +Upstream-Status: Pending + Based-on-patch-by: Eric Ruei Signed-off-by: Andrew Davis --- diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch index 7cb17509..8abbaaee 100644 --- a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch +++ b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch @@ -7,6 +7,8 @@ wayland-drm protocol is missing in the protocols list since this protocol is MESA specific. For waylandsink gstreamer support wayland-drm protocol is needed. +Upstream-Status: Pending + Signed-off-by: Ramprasad N --- stable/wayland-drm/wayland-drm.xml | 155 +++++++++++++++++++++++++++++++++++++ diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0002-wayland-drm-Update-to-version-2.patch b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0002-wayland-drm-Update-to-version-2.patch index 3c9da42e..af0a29e3 100644 --- a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0002-wayland-drm-Update-to-version-2.patch +++ b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols/0002-wayland-drm-Update-to-version-2.patch @@ -5,6 +5,8 @@ Subject: [PATCH 2/2] wayland-drm: Update to version 2 Update the wayland-drm protocol to version 2 +Upstream-Status: Pending + Signed-off-by: Angela Stegmaier --- stable/wayland-drm/wayland-drm.xml | 35 +++++++++++++++++++++++++++++++++--