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.
Signed-off-by: Ricardo Neri <[email protected]> --- meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a5c1ced..1bb7e9f 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" -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
