aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri-calderon@linux.intel.com>2014-08-04 17:16:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-06 10:23:38 +0100
commit74f0424b31db90610e9ae01048850b630a2282fb (patch)
treeb5f08a382979e3d050c7f43f1cf6d2cdafb97a37 /meta
parenta350f26ca55b5511703cc911d541fd433e403a4e (diff)
downloadopenembedded-core-contrib-74f0424b31db90610e9ae01048850b630a2282fb.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
index a5c1ced494..1bb7e9f94b 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
@@ -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"