diff options
Diffstat (limited to 'meta-initramfs')
20 files changed, 40 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch b/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch index 931d0fa584..abfd8b77ee 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch +++ b/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch | |||
| @@ -11,6 +11,8 @@ Fixes | |||
| 11 | 11 | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | --- | 13 | --- |
| 14 | Upstream-Status: Pending | ||
| 15 | |||
| 14 | src/Makefile.am | 2 +- | 16 | src/Makefile.am | 2 +- |
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | 18 | ||
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch b/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch index aa2ea723b5..68ec2b8fdb 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch +++ b/meta-initramfs/recipes-devtools/dracut/dracut/0001-util.h-include-sys-reg.h-when-libc-glibc.patch | |||
| @@ -11,6 +11,8 @@ https://github.com/voidlinux/void-packages/blob/master/srcpkgs/dracut/patches/mu | |||
| 11 | 11 | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | --- | 13 | --- |
| 14 | Upstream-Status: Pending | ||
| 15 | |||
| 14 | src/install/util.h | 3 +++ | 16 | src/install/util.h | 3 +++ |
| 15 | 1 file changed, 3 insertions(+) | 17 | 1 file changed, 3 insertions(+) |
| 16 | 18 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch index 29873cf7b5..c782cf03c8 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch | |||
| @@ -12,6 +12,8 @@ to infer that these structs should be defined in linux/in.h | |||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | 13 | ||
| 14 | --- | 14 | --- |
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 15 | usr/include/net/if.h | 11 +++++++++++ | 17 | usr/include/net/if.h | 11 +++++++++++ |
| 16 | usr/include/netinet/in.h | 36 ++++++++++++++++++++++++++++++++++++ | 18 | usr/include/netinet/in.h | 36 ++++++++++++++++++++++++++++++++++++ |
| 17 | 2 files changed, 47 insertions(+) | 19 | 2 files changed, 47 insertions(+) |
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch index de04d691fe..895254889c 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch | |||
| @@ -10,6 +10,8 @@ linking issues on such distros | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 11 | 11 | ||
| 12 | --- | 12 | --- |
| 13 | Upstream-Status: Pending | ||
| 14 | |||
| 13 | Makefile | 2 +- | 15 | Makefile | 2 +- |
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | 17 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-arm-Do-not-set-a-fallback-march-and-mtune.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-arm-Do-not-set-a-fallback-march-and-mtune.patch index ea14c49f0d..5ac0d4596a 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-arm-Do-not-set-a-fallback-march-and-mtune.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-arm-Do-not-set-a-fallback-march-and-mtune.patch | |||
| @@ -11,6 +11,8 @@ which is a bit harder in OE | |||
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 12 | 12 | ||
| 13 | --- | 13 | --- |
| 14 | Upstream-Status: Pending | ||
| 15 | |||
| 14 | usr/klibc/arch/arm/MCONFIG | 2 +- | 16 | usr/klibc/arch/arm/MCONFIG | 2 +- |
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | 18 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch index d58229681d..d49dfc1924 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | |||
| @@ -12,6 +12,8 @@ override to avoid this assumption | |||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | 13 | ||
| 14 | --- | 14 | --- |
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 15 | usr/include/sys/sysinfo.h | 2 +- | 17 | usr/include/sys/sysinfo.h | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 17 | 19 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch index f096486d0b..80e6c6b11c 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch | |||
| @@ -7,6 +7,8 @@ needed by latest kexec-tools for qemuarm64 (kashan) | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 9 | --- | 9 | --- |
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 10 | usr/klibc/SYSCALLS.def | 1 + | 12 | usr/klibc/SYSCALLS.def | 1 + |
| 11 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
| 12 | 14 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch index b03fb91265..16885488e4 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch | |||
| @@ -7,6 +7,8 @@ for supported archs only (matched in kexec-tools) | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 9 | --- | 9 | --- |
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 10 | usr/klibc/SYSCALLS.def | 1 + | 12 | usr/klibc/SYSCALLS.def | 1 + |
| 11 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
| 12 | 14 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch index 3bc081d4e9..4378ca5610 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch | |||
| @@ -6,6 +6,8 @@ Subject: [PATCH] mkfifo: Implement mkfifo | |||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 7 | 7 | ||
| 8 | --- | 8 | --- |
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 9 | usr/utils/mkfifo.c | 5 +++++ | 11 | usr/utils/mkfifo.c | 5 +++++ |
| 10 | 1 file changed, 5 insertions(+) | 12 | 1 file changed, 5 insertions(+) |
| 11 | 13 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch b/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch index 6c734dfd6e..585fb2d439 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch | |||
| @@ -9,6 +9,8 @@ which is "" in case of armv5 or thumbs. | |||
| 9 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 9 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 10 | 10 | ||
| 11 | --- | 11 | --- |
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 12 | usr/klibc/arch/arm/MCONFIG | 1 + | 14 | usr/klibc/arch/arm/MCONFIG | 1 + |
| 13 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 1 insertion(+) |
| 14 | 16 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch b/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch index 41936c9fe3..f39701a65e 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | --- a/scripts/Kbuild.klibc | 3 | --- a/scripts/Kbuild.klibc |
| 2 | +++ b/scripts/Kbuild.klibc | 4 | +++ b/scripts/Kbuild.klibc |
| 3 | @@ -113,10 +113,8 @@ KLIBCCPPFLAGS := -nostdinc -iwithpref | 5 | @@ -113,10 +113,8 @@ KLIBCCPPFLAGS := -nostdinc -iwithpref |
diff --git a/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch b/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch index 5f47d3f20a..af76564901 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch | |||
| @@ -3,6 +3,8 @@ From: Andrea Adami <andrea.adami@gmail.com> | |||
| 3 | Date: Fri, 19 Sep 2014 23:09:29 +0200 | 3 | Date: Fri, 19 Sep 2014 23:09:29 +0200 |
| 4 | 4 | ||
| 5 | --- | 5 | --- |
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 6 | klcc/klcc.in | 3 +++ | 8 | klcc/klcc.in | 3 +++ |
| 7 | 1 file changed, 3 insertions(+) | 9 | 1 file changed, 3 insertions(+) |
| 8 | 10 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch b/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch index 5973824885..d2a19909f0 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Patch was imported from the OpenEmbedded git server | 3 | Patch was imported from the OpenEmbedded git server |
| 2 | (git://git.openembedded.org/openembedded) | 4 | (git://git.openembedded.org/openembedded) |
| 3 | as of commit id 676cbb54d42c89a4832871064cfcb7ee2ad372ee | 5 | as of commit id 676cbb54d42c89a4832871064cfcb7ee2ad372ee |
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 | ||
