Files
poky/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
Raymond Danks e5d3ed3e6e mkelfimage: Upstream fixed packaging issue so upgrade to e1e6a91
Address QA issue: Files/directories were installed but not shipped.
New revision contains patch to mkelfimage removing
/usr/share/mkelfImage/elf32-i386 directory from Makefile install target.

http://review.coreboot.org/#/c/1195/

(From OE-Core rev: 7dd161816ccbb03db4f86902f96d3e86e09ccb64)

Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17 10:53:53 +01:00

18 lines
484 B
BlitzBasic

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 = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
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"