Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices"
|
||||
DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices"
|
||||
HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
FILENAME = "Poleg_bootblock_${PV}.bin"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
SRCREV = "4fa655f95547b927b0133c8ed96c88c5d14ac7b3"
|
||||
SRC_URI = " \
|
||||
https://raw.githubusercontent.com/Nuvoton-Israel/bootblock/${SRCREV}/LICENSE;name=lic \
|
||||
https://github.com/Nuvoton-Israel/bootblock/releases/download/BootBlock_${PV}/Poleg_bootblock_basic.bin;downloadfilename=${FILENAME};name=bin \
|
||||
"
|
||||
|
||||
SRC_URI[lic.md5sum] = "b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
SRC_URI[bin.sha256sum] = "a33f3fe96786929a8f35e986ae76bbd1bf53459770a6ece7d6777dced1d62ddf"
|
||||
|
||||
inherit deploy
|
||||
|
||||
do_deploy () {
|
||||
install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Poleg_bootblock.bin
|
||||
}
|
||||
|
||||
addtask deploy before do_build after do_compile
|
||||
Reference in New Issue
Block a user