summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_git.bb
blob: 5ab1fc9424e45b4f648bd05cb87da68a72b4599a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "XML-based binary image generator"
DESCRIPTION = "XML-based binary image generator"
HOMEPAGE = "https://github.com/Nuvoton-Israel/bingo"
PR = "r1"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"

SRC_URI += "git://github.com/Nuvoton-Israel/bingo"
SRC_URI += "file://BootBlockAndHeader_EB.xml"
SRC_URI += "file://UbootHeader_EB.xml"
SRC_URI += "file://mergedBootBlockAndUboot.xml"

SRCREV = "4f102ff7851da9fd11965857edd1b3046c187b7a"

S = "${WORKDIR}/git"

do_install () {

	install -d "${D}${bindir}"
	install deliverables/linux/Release/bingo ${D}${bindir}
	install ${WORKDIR}/*.xml ${D}${bindir}
}

inherit native