1SUMMARY = "TIP FW for NPCM8XX (Arbel) devices"
2DESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices"
3HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91"
6
7TIP_FW = "Kmt_TipFwL0_Skmt_TipFwL1.bin"
8S = "${WORKDIR}/git"
9
10SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
11
12inherit deploy
13do_deploy () {
14    install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW}
15}
16
17addtask deploy before do_build after do_compile
18