*.patch: add Upstream-Status to all patches

There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a

This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).

This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.

This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:
Patches in Pending state: 41 (57%)

With recent change to enable patch-status not only for all .patch
files in oe-core, but for all recipes from oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=61a881fdbe8b5a21c6276b8a5d06cc30486b1eb3
this causes bluez5 do_patch failures as reported in:
https://lists.openembedded.org/g/openembedded-core/message/183177

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2023-06-21 12:31:28 +02:00
committed by Andrei Gherzan
parent 8e07f0d328
commit 195c7d59bc
32 changed files with 64 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ Date: Tue, 16 Feb 2016 16:40:46 +0000
Subject: [PATCH] bcm43xx: Add bcm43xx-3wire variant
---
Upstream-Status: Pending
tools/hciattach.c | 3 +++
1 file changed, 3 insertions(+)

View File

@@ -5,6 +5,8 @@ Subject: [PATCH] bcm43xx: The UART speed must be reset after the firmware
download
---
Upstream-Status: Pending
tools/hciattach_bcm43xx.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

View File

@@ -4,6 +4,8 @@ Date: Wed, 20 Jan 2016 16:00:37 +0000
Subject: [PATCH] Increase firmware load timeout to 30s
---
Upstream-Status: Pending
tools/hciattach.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@@ -11,6 +11,8 @@ Subject: [PATCH] Move the hciattach firmware into /lib/firmware
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
Upstream-Status: Pending
tools/hciattach.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)