diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:32:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:37 +0100 |
| commit | bfaf2c5a00282e729e9a51399829c8c198f04f4b (patch) | |
| tree | 50f8b1e25a018437eb38523f4d2652a98c42c0cd /meta/recipes-kernel/kexec | |
| parent | 275d1a899d7844aec0a199da91f490e6e9039477 (diff) | |
| download | poky-bfaf2c5a00282e729e9a51399829c8c198f04f4b.tar.gz | |
kexec-tools: upgrade 2.0.26 -> 2.0.27
Changelog:
============
arm64: Hook up the ZBOOT support as vmlinuz
arm64: Add ZBOOT PE containing compressed image support
kexec/zboot: Add arch independent zboot support
kexec: Introduce a member kernel_fd in kexec_info
kexec/arm64: Simplify the code for zImage
LoongArch: kdump: Set up kernel image segment
kexec: __NR_kexec_file_load is set to undefined on LoongArch
ppc64: Add elf-ppc64 file types/options and an arch specific flag to man page
x86: add devicetree support
kexec: make -a the default
ppc64: add --reuse-cmdline parameter support
(From OE-Core rev: 29c036c6522d9b719c5019f832ebf2e4389e87a6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
| -rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.27.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.26.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.26.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.27.bb index 11a3c4f47e..9b9864da9a 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.26.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.27.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz | |||
| 19 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ | 19 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "89bdd941542c64fec16311858df304ed3a3908c1a60874d69df5d9bf1611e062" | 22 | SRC_URI[sha256sum] = "410f89057d1f4cd2b0477b6c2035ec2c52e21c185e90742bbae8b4f78a7077a5" |
| 23 | 23 | ||
| 24 | inherit autotools update-rc.d systemd | 24 | inherit autotools update-rc.d systemd |
| 25 | 25 | ||
