[oe-commits] Raymond Danks : mkelfimage: Add stable git build (initial recipe)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 14:02:44 UTC 2012


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

Author: Raymond Danks <ray.danks at se-eng.com>
Date:   Fri Jun 29 14:30:07 2012 -0600

mkelfimage: Add stable git build (initial recipe)

Signed-off-by: Raymond Danks <ray.danks at se-eng.com>
Acked-by: Darren Hart <dvhart at linux.intel.com>

---

 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
new file mode 100644
index 0000000..1224a63
--- /dev/null
+++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A utility to create ELF boot images from Linux kernel images"
+HOMEPAGE = "http://www.coreboot.org/Mkelfimage"
+SECTION = "devel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
+
+SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
+PV = "1.0.0+gitr${SRCPV}"
+PR = "r1"
+
+SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/util/mkelfImage"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list