blob: 40eec80f900acc2877a11bb430e07a265c4eadc1 [file] [log] [blame]
Benjamin Fairf9c38bf2022-10-18 22:05:09 +00001SUMMARY = "TIP FW for NPCM8XX (Arbel) devices"
2DESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices"
3HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw"
4LICENSE = "MIT"
Tim Lee5cecfc92023-01-13 15:00:50 +08005LIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91"
Benjamin Fairf9c38bf2022-10-18 22:05:09 +00006
Tim Lee5cecfc92023-01-13 15:00:50 +08007FILENAME = "Kmt_TipFwL0_Skmt_TipFwL1_${OUTPUT_BIN}.bin"
Benjamin Fairf9c38bf2022-10-18 22:05:09 +00008
9S = "${WORKDIR}"
10
11SRC_URI = " \
Tim Lee5cecfc92023-01-13 15:00:50 +080012 https://github.com/Nuvoton-Israel/npcm8xx-tip-fw/raw/${SRCREV}/LICENSE;name=lic \
13 https://github.com/Nuvoton-Israel/npcm8xx-tip-fw/raw/${SRCREV}/${OUTPUT_BIN}/Kmt_TipFwL0_Skmt_TipFwL1.bin;downloadfilename=${FILENAME};name=${OUTPUT_BIN} \
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000014"
15
Tim Lee5cecfc92023-01-13 15:00:50 +080016SRC_URI[lic.sha256sum] = "84f16976acf8bdb73798989594d8547419096fb9be29a0fd84d1eba0fd550049"
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000017
18inherit deploy
19
20do_deploy () {
Tim Lee5cecfc92023-01-13 15:00:50 +080021 install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Kmt_TipFwL0_Skmt_TipFwL1.bin
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000022}
23
24addtask deploy before do_build after do_compile