[oe-commits] Qian Lei : logfsprogs: Add new recipe

git at git.openembedded.org git at git.openembedded.org
Wed Dec 17 16:37:16 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: ae628d2e68668726e2a531510bdf9d7a65a2ff73
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ae628d2e68668726e2a531510bdf9d7a65a2ff73

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Wed Dec 17 17:03:29 2014 +0800

logfsprogs: Add new recipe

LogFS is a Linux log-structured and scalable flash file system, intended
for use on large devices of flash memory. Logfsprogs is used to create
LogFS file system.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../logfsprogs/logfsprogs_git.bb                   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
new file mode 100644
index 0000000..32ebec8
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
@@ -0,0 +1,26 @@
+SUMMARY = "LogFS Programs: used to create LogFS file system"
+DESCRIPTION = "\
+LogFS is a Linux log-structured and scalable flash file system, intended \
+for use on large devices of flash memory. It is written by Jörn Engel and \
+in part sponsored by the CE Linux Forum. \
+LogFS is included in the mainline Linux kernel and was introduced in \
+version 2.6.34, released on May 16, 2010."
+HOMEPAGE = "https://github.com/prasad-joshi/logfsprogs"
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02"
+DEPENDS = "zlib"
+
+SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git"
+SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "CC="${CC}" LD="${LD}" AR="${AR}""
+
+do_install () {
+    mkdir -p ${D}${bindir}
+    install -m 0755 ${S}/mklogfs ${D}${bindir}/mklogfs
+}
+
+BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list