mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
-r is understood by gcc but not by clang, anyway its a linker option so pass it straight to linker by using -Wl explicitly (From OE-Core rev: 3f4ab836d7d9b7a994b65ab8c7ebf6ff65e6277b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
761 B
BlitzBasic
23 lines
761 B
BlitzBasic
require kexec-tools.inc
|
|
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
|
EXTRA_OECONF = " --with-zlib=yes"
|
|
|
|
SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \
|
|
file://kexec-aarch64.patch \
|
|
file://kexec-x32.patch \
|
|
file://0002-powerpc-change-the-memory-size-limit.patch \
|
|
file://0001-purgatory-Pass-r-directly-to-linker.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "6cb4d22bcec71b6e070aa8e9d990a5e6"
|
|
SRC_URI[sha256sum] = "c31bb83deef9547a28e8cfc1f0916e70f8e6b92a6bd2ef7077e12e3338239af3"
|
|
|
|
PACKAGES =+ "kexec kdump vmcore-dmesg"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg"
|
|
|
|
FILES_kexec = "${sbindir}/kexec"
|
|
FILES_kdump = "${sbindir}/kdump"
|
|
FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg"
|