aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tools/boot-format/boot-format_git.bb
blob: 89d6784da36744290398ae91002f4ac77ee34d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI"
LICENSE = "GPL"
PR = "r4"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\
          "
SRCREV = "fsl-sdk-v1.2.1"

S = "${WORKDIR}/git"
EXTRA_OEMAKE = 'CC="${CC}"'

do_install(){
	oe_runmake DESTDIR=${D} PREFIX=${prefix} install
}

PACKAGES =+ "${PN}-config"
FILES_${PN}-config += "${datadir}/*"

BBCLASSEXTEND = "native nativesdk"