1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

kexec-tools: Create separate package for vmcore-dmesg

The kexec-tools recipe already specifies separate packages for kexec and
kdump. Thus, it follows that a separate package can also be used to install
vmcore-dmesg granularly.

(From OE-Core rev: e0f7ceb44b256e85c0c602d142184e3ec769085e)

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ricardo Neri
2014-08-04 17:16:11 -07:00
committed by Richard Purdie
parent a350f26ca5
commit 74f0424b31
@@ -7,7 +7,8 @@ SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch"
SRC_URI[md5sum] = "2309ba43981cb6d39d07ac3a9aac30ab"
SRC_URI[sha256sum] = "dde5c38be39882c6c91f0129647349c4e1943b077d3020af1970b481ee954eb0"
PACKAGES =+ "kexec kdump"
PACKAGES =+ "kexec kdump vmcore-dmesg"
FILES_kexec = "${sbindir}/kexec"
FILES_kdump = "${sbindir}/kdump"
FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg"