From: Hao Zhang <[email protected]>

- Add makedumpfile tool to shorten the dumpfile of kdump.

Signed-off-by: Hao Zhang <[email protected]>
Signed-off-by: Sam Nelson <[email protected]>
---
 .../makedumpfile/makedumpfile_1.5.0.bb             |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb

diff --git 
a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb 
b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
new file mode 100644
index 0000000..59dbaba
--- /dev/null
+++ b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Make dump file utility"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRC_URI = 
"http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.0/makedumpfile-${PV}.tar.gz;name=makedumpfile";
+
+SRC_URI[makedumpfile.md5sum] = "e22277d77752c71525a79eab148abf55"
+SRC_URI[makedumpfile.sha256sum] = 
"8a771a22c6ba79dc505e55727f0cfd357ccb3c97defe21cefd5a67b64452fca7"
+
+DEPENDS = "zlib elfutils bzip2"
+
+EXTRA_OEMAKE = "TARGET=${TARGET_ARCH}"
+
+do_install() {
+       install -d ${D}${bindir}/
+       install -c -m 755 ${S}/makedumpfile ${D}${bindir}/
+}
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to