summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mkelfimage
diff options
context:
space:
mode:
authorRaymond Danks <ray.danks@se-eng.com>2012-06-29 14:30:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:36 +0100
commit39c819b3309f062f3aafd2876fa01398acb19d62 (patch)
tree20d2c338e547489f75112f6264831d18e8c888ab /meta/recipes-devtools/mkelfimage
parentc9b01af84b64edba056f959c349895e0698324e6 (diff)
downloadast2050-yocto-poky-39c819b3309f062f3aafd2876fa01398acb19d62.zip
ast2050-yocto-poky-39c819b3309f062f3aafd2876fa01398acb19d62.tar.gz
mkelfimage: Add stable git build (initial recipe)
(From OE-Core rev: c04136393325967cbd491636b582d3e0f394de16) Signed-off-by: Raymond Danks <ray.danks@se-eng.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mkelfimage')
-rw-r--r--meta/recipes-devtools/mkelfimage/mkelfimage_git.bb17
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"
OpenPOWER on IntegriCloud