forked from pool/kdump
- Resize crash reservation at boot (jsc#SLE-18441) - Fix reproducible builds OBS-URL: https://build.opensuse.org/request/show/950669 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=220
24 lines
699 B
Diff
24 lines
699 B
Diff
From: Petr Tesarik <ptesarik@suse.com>
|
|
Date: Tue Feb 1 23:14:01 2022 +0100
|
|
Subject: calibrate.conf: Add dependency on kdumptool
|
|
Upstream: merged
|
|
Git-commit: 4641d2bc0468fe733c18b6f9c81f1bb6402c520e
|
|
|
|
The run-qemu.py script invokes kdumptool to find a suitable kernel,
|
|
so kdumptool must be built before this script runs.
|
|
|
|
Signed-off-by: Petr Tesarik <ptesarik@suse.com>
|
|
|
|
diff --git a/calibrate/CMakeLists.txt b/calibrate/CMakeLists.txt
|
|
index 7d8b4fc..57344ae 100644
|
|
--- a/calibrate/CMakeLists.txt
|
|
+++ b/calibrate/CMakeLists.txt
|
|
@@ -38,6 +38,7 @@ ADD_CUSTOM_COMMAND(
|
|
VERBATIM
|
|
DEPENDS
|
|
${dracut_targets}
|
|
+ kdumptool
|
|
dummy.conf
|
|
dummy-net.conf
|
|
trackrss
|