summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb
blob: 7c847f2eda24db90bf6ca89c3193c000eeebb78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices"
DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices"
HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock"
LICENSE = "CLOSED"
LIC_FILES_CHKSUM = ""

SRCREV = "${PV}"
FILENAME = "Poleg_bootblock.bin"

SRC_URI = "git://github.com/Nuvoton-Israel/npcm7xx-bootblock;protocol=git"
SRC_URI[md5sum] = "cf8daa5f4636ed1ff952618e435af028"

S = "${WORKDIR}/git"

inherit deploy

do_deploy () {
	install -d ${DEPLOYDIR}
	install -m 644 ${FILENAME} ${DEPLOYDIR}/
}

addtask deploy before do_build after do_compile