mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
(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>
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 = "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"
|