Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require kexec-tools.inc |
| 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
| 3 | EXTRA_OECONF = " --with-zlib=yes" |
| 4 | |
| 5 | SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch \ |
| 6 | file://kexec-aarch64.patch \ |
| 7 | file://kexec-x32.patch \ |
| 8 | file://0002-powerpc-change-the-memory-size-limit.patch \ |
| 9 | file://0001-purgatory-Pass-r-directly-to-linker.patch \ |
| 10 | " |
| 11 | |
| 12 | SRC_URI[md5sum] = "6cb4d22bcec71b6e070aa8e9d990a5e6" |
| 13 | SRC_URI[sha256sum] = "c31bb83deef9547a28e8cfc1f0916e70f8e6b92a6bd2ef7077e12e3338239af3" |
| 14 | |
| 15 | PACKAGES =+ "kexec kdump vmcore-dmesg" |
| 16 | |
| 17 | ALLOW_EMPTY_${PN} = "1" |
| 18 | RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg" |
| 19 | |
| 20 | FILES_kexec = "${sbindir}/kexec" |
| 21 | FILES_kdump = "${sbindir}/kdump" |
| 22 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" |