From afaa5f4737d4363b2e6a0adbb345ee6233f645f6 Mon Sep 17 00:00:00 2001 From: "mark.yang" Date: Wed, 26 Mar 2025 20:18:38 +0900 Subject: [PATCH] crash: upgrade 8.0.5 -> 8.0.6 ChangeLog: https://crash-utility.github.io/changelog/ChangeLog-8.0.6.txt Signed-off-by: mark.yang Signed-off-by: Khem Raj --- ...sh-cross-canadian_8.0.5.bb => crash-cross-canadian_8.0.6.bb} | 0 meta-oe/recipes-kernel/crash/crash.inc | 2 +- meta-oe/recipes-kernel/crash/{crash_8.0.5.bb => crash_8.0.6.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-kernel/crash/{crash-cross-canadian_8.0.5.bb => crash-cross-canadian_8.0.6.bb} (100%) rename meta-oe/recipes-kernel/crash/{crash_8.0.5.bb => crash_8.0.6.bb} (100%) diff --git a/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb b/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.6.bb similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb rename to meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.6.bb diff --git a/meta-oe/recipes-kernel/crash/crash.inc b/meta-oe/recipes-kernel/crash/crash.inc index cab4e178b9..3d712592df 100644 --- a/meta-oe/recipes-kernel/crash/crash.inc +++ b/meta-oe/recipes-kernel/crash/crash.inc @@ -24,7 +24,7 @@ SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=http file://gdb_build_jobs_and_not_write_crash_target.patch \ file://0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch \ " -SRCREV = "ceacceef7d13134d327719a624cfafed99e90f8a" +SRCREV = "f13853cef53f5c5463a51021edbc81977e2b1405" SRC_URI[gdb.sha256sum] = "b33ad58d687487a821ec8d878daab0f716be60d0936f2e3ac5cf08419ce70350" diff --git a/meta-oe/recipes-kernel/crash/crash_8.0.5.bb b/meta-oe/recipes-kernel/crash/crash_8.0.6.bb similarity index 100% rename from meta-oe/recipes-kernel/crash/crash_8.0.5.bb rename to meta-oe/recipes-kernel/crash/crash_8.0.6.bb