diff options
| -rw-r--r-- | 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 0000000000..1224a63e7c --- /dev/null +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A utility to create ELF boot images from Linux kernel images" | ||
| 2 | HOMEPAGE = "http://www.coreboot.org/Mkelfimage" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" | ||
| 6 | |||
| 7 | SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3" | ||
| 8 | PV = "1.0.0+gitr${SRCPV}" | ||
| 9 | PR = "r1" | ||
| 10 | |||
| 11 | SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http;branch=master" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git/util/mkelfImage" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
