summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:48 +0000
commitbf7f0e58d768179fe4ce8cb9adb12cb9a2c05e6d (patch)
treeb7bd4bba3d7245734c75baeb732fa542afba7bcf /meta/recipes-kernel/kexec
parentbe76c36ec4fc40e252222748a406ee9d11984b27 (diff)
downloadpoky-bf7f0e58d768179fe4ce8cb9adb12cb9a2c05e6d.tar.gz
kexec-tools: upgrade 2.0.25 -> 2.0.26
(From OE-Core rev: a1c41949b8d83e80fd96d73212ca7554053703ac) 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/kexec')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.26.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.26.bb
index 9784404cff..bc83afb5b6 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.25.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.26.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
23SRC_URI[sha256sum] = "4eea6f8641ea3e349653a52c7fd33be1132322a5f3dc9f1a6ade886019767320" 23SRC_URI[sha256sum] = "89bdd941542c64fec16311858df304ed3a3908c1a60874d69df5d9bf1611e062"
24 24
25inherit autotools update-rc.d systemd 25inherit autotools update-rc.d systemd
26 26