mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
*.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: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
@@ -4,6 +4,8 @@ Date: Mon, 20 Apr 2020 15:32:40 +0800
|
||||
Subject: [PATCH 1/1] Riscv: Add risc-v Android config header
|
||||
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
.../arch/linux-riscv64/AndroidConfig.h | 340 ++++++++++++++++++
|
||||
1 file changed, 340 insertions(+)
|
||||
create mode 100644 core/combo/include/arch/linux-riscv64/AndroidConfig.h
|
||||
|
||||
+2
@@ -18,6 +18,8 @@ them to be used when initializing structures.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/usb_linux_client.c | 11 +++++++++--
|
||||
1 file changed, 9 insertions(+), 2 deletions(-)
|
||||
|
||||
|
||||
+2
@@ -7,6 +7,8 @@ musl needs it
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/adb_auth_client.c | 2 +-
|
||||
adb/base64.c | 315 ++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 316 insertions(+), 1 deletion(-)
|
||||
|
||||
@@ -9,6 +9,8 @@ Do not redefine close() and lseek()
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/adb.h | 2 ++
|
||||
adb/disable_verity_service.c | 13 ++++++++-----
|
||||
adb/framebuffer_service.c | 7 ++++---
|
||||
|
||||
+2
@@ -7,6 +7,8 @@ Subject: [PATCH] adb: usb_linux.c: fix build with glibc-2.28
|
||||
|
||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/usb_linux.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
|
||||
+2
@@ -4,6 +4,8 @@ Date: Mon, 30 Oct 2017 21:05:46 +0100
|
||||
Subject: [PATCH] adb: Allow adbd to be ran as root
|
||||
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/adb.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
|
||||
+2
@@ -4,6 +4,8 @@ Date: Mon, 20 Apr 2020 15:27:22 +0800
|
||||
Subject: [PATCH 1/1] adb: Support riscv64
|
||||
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
include/cutils/atomic-inline.h | 2 +
|
||||
include/cutils/atomic-riscv64.h | 156 ++++++++++++++++++++++++++++++++
|
||||
2 files changed, 158 insertions(+)
|
||||
|
||||
+2
@@ -12,6 +12,8 @@ modified for backporting to android-tools_5.1.1.r37.
|
||||
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
|
||||
Signed-off-by: Jiacheng Liu <jiacheng.liu@mediatek.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
adb/usb_linux_client.c | 275 +++++++++++++++++++++++++++++++----------
|
||||
1 file changed, 207 insertions(+), 68 deletions(-)
|
||||
|
||||
|
||||
@@ -4,8 +4,12 @@ Description: adb: Make compatible with openssl 1.1
|
||||
Author: Chirayu Desai <chirayudesai1@gmail.com
|
||||
Last-Update: 2016-11-10
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
system/core/adb/adb_auth_host.c | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
|
||||
+2
@@ -24,6 +24,8 @@ Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
|
||||
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Upstream-Status: Pending
|
||||
|
||||
src/procattr.c | 14 +++++++++++++-
|
||||
1 file changed, 13 insertions(+), 1 deletion(-)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user