mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
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>
18 lines
484 B
BlitzBasic
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"
|