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" 8SA_TIP_FW = "SA_Kmt_TipFwL0.bin" 9S = "${WORKDIR}/git" 10 11SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https" 12 13inherit deploy 14do_deploy () { 15 install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW} 16 install -D -m 644 ${OUTPUT_BIN}/${SA_TIP_FW} ${DEPLOYDIR}/${SA_TIP_FW} 17} 18 19addtask deploy before do_build after do_compile 20