diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-08 08:42:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 08:25:28 +0100 |
commit | 79363fc215489c342ec3914c3cff50d8fbe0c922 (patch) | |
tree | 6de582ed08951b6a5be47469d81f304d58a7a488 /meta/recipes-kernel | |
parent | 5c29110f0c8e57eba47e2050a8eea8d80ed50d50 (diff) | |
download | poky-79363fc215489c342ec3914c3cff50d8fbe0c922.tar.gz |
kexec-tools: upgrade 2.0.24 -> 2.0.25
(From OE-Core rev: 29a052b386b222e616dca17a8cf210f2bc6b6d4d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb index fdad40ed6a..9784404cff 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz | |||
20 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ | 20 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "1ff9137327aeac3b2ab922a71bc6eb4655571a0ff77c071cb92783a9a59d4d26" | 23 | SRC_URI[sha256sum] = "4eea6f8641ea3e349653a52c7fd33be1132322a5f3dc9f1a6ade886019767320" |
24 | 24 | ||
25 | inherit autotools update-rc.d systemd | 25 | inherit autotools update-rc.d systemd |
26 | 26 | ||