summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
blob: 4b45c677f6576cfb7029b62537173e04de2f935a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "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"
OpenPOWER on IntegriCloud