diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-21 18:09:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-21 09:15:20 -0700 |
commit | be8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch) | |
tree | 45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-initramfs/recipes-kernel | |
parent | 2393cd93ae1bb706744bae9185f2af74867950b8 (diff) | |
download | meta-openembedded-be8c765c7c4ed48404da8fd8e813c9f3ab5ad415.tar.gz |
*.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>
Diffstat (limited to 'meta-initramfs/recipes-kernel')
7 files changed, 14 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch index f4d0d5d942..eca01b956c 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch | |||
@@ -22,6 +22,8 @@ to fix : | |||
22 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 22 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
23 | 23 | ||
24 | --- | 24 | --- |
25 | Upstream-Status: Pending | ||
26 | |||
25 | kexec/Makefile | 2 +- | 27 | kexec/Makefile | 2 +- |
26 | kexec/if_nameindex.c | 64 ++++++++++++++++++++++++++++++++++++++++++++ | 28 | kexec/if_nameindex.c | 64 ++++++++++++++++++++++++++++++++++++++++++++ |
27 | kexec/if_nameindex.h | 15 +++++++++++ | 29 | kexec/if_nameindex.h | 15 +++++++++++ |
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch index 9b8107aedc..044a70d93b 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch | |||
@@ -8,6 +8,8 @@ Subject: [PATCH] vmcore-dmesg: fix warning | |||
8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
9 | 9 | ||
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | vmcore-dmesg/vmcore-dmesg.c | 3 +++ | 13 | vmcore-dmesg/vmcore-dmesg.c | 3 +++ |
12 | 1 file changed, 3 insertions(+) | 14 | 1 file changed, 3 insertions(+) |
13 | 15 | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch index 6e347c048e..031efb6275 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch | |||
@@ -16,6 +16,8 @@ Signed-off-by: Konstantin Kuzov <master.nosferatu@gmail.com> | |||
16 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 16 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
17 | 17 | ||
18 | --- | 18 | --- |
19 | Upstream-Status: Pending | ||
20 | |||
19 | kexec/arch/mips/include/arch/options.h | 4 +- | 21 | kexec/arch/mips/include/arch/options.h | 4 +- |
20 | kexec/arch/mips/kexec-elf-mips.c | 58 ++++++++++++++------------ | 22 | kexec/arch/mips/kexec-elf-mips.c | 58 ++++++++++++++------------ |
21 | kexec/arch/mips/kexec-mips.c | 4 ++ | 23 | kexec/arch/mips/kexec-mips.c | 4 ++ |
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch index c2418d8fa0..a3b7789eba 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch | |||
@@ -13,6 +13,8 @@ ng: "__bitwise" redefined | |||
13 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 13 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
14 | 14 | ||
15 | --- | 15 | --- |
16 | Upstream-Status: Pending | ||
17 | |||
16 | kexec/arch/arm64/crashdump-arm64.c | 3 +++ | 18 | kexec/arch/arm64/crashdump-arm64.c | 3 +++ |
17 | 1 file changed, 3 insertions(+) | 19 | 1 file changed, 3 insertions(+) |
18 | 20 | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch index 5323a81e6b..89a5d34c83 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] arm- backport from oe-core | |||
6 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 6 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
7 | 7 | ||
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | kexec/arch/arm/crashdump-arm.c | 5 ++++- | 11 | kexec/arch/arm/crashdump-arm.c | 5 ++++- |
10 | 1 file changed, 4 insertions(+), 1 deletion(-) | 12 | 1 file changed, 4 insertions(+), 1 deletion(-) |
11 | 13 | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch index d4fbd1436f..29ea1d9f18 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/kexec/Makefile | 3 | --- a/kexec/Makefile |
2 | +++ b/kexec/Makefile | 4 | +++ b/kexec/Makefile |
3 | @@ -110,7 +110,7 @@ $(KEXEC): $(KEXEC_OBJS) $(UTIL_LIB) | 5 | @@ -110,7 +110,7 @@ $(KEXEC): $(KEXEC_OBJS) $(UTIL_LIB) |
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch index 6497fb4160..1c58e92b35 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch | |||
@@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com> | |||
3 | Date: Fri, 15 Mar 2019 00:22:40 -0700 | 3 | Date: Fri, 15 Mar 2019 00:22:40 -0700 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | kexec/kexec.c | 2 +- | 8 | kexec/kexec.c | 2 +- |
7 | 1 file changed, 1 insertion(+), 1 deletion(-) | 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
8 | 10 | ||