Benjamin Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 1 | SUMMARY = "TIP FW for NPCM8XX (Arbel) devices" |
| 2 | DESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices" |
| 3 | HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw" |
| 4 | LICENSE = "MIT" |
Tim Lee | 5cecfc9 | 2023-01-13 15:00:50 +0800 | [diff] [blame^] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91" |
Benjamin Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 6 | |
Tim Lee | 5cecfc9 | 2023-01-13 15:00:50 +0800 | [diff] [blame^] | 7 | FILENAME = "Kmt_TipFwL0_Skmt_TipFwL1_${OUTPUT_BIN}.bin" |
Benjamin Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 8 | |
| 9 | S = "${WORKDIR}" |
| 10 | |
| 11 | SRC_URI = " \ |
Tim Lee | 5cecfc9 | 2023-01-13 15:00:50 +0800 | [diff] [blame^] | 12 | 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 Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 14 | " |
| 15 | |
Tim Lee | 5cecfc9 | 2023-01-13 15:00:50 +0800 | [diff] [blame^] | 16 | SRC_URI[lic.sha256sum] = "84f16976acf8bdb73798989594d8547419096fb9be29a0fd84d1eba0fd550049" |
Benjamin Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 17 | |
| 18 | inherit deploy |
| 19 | |
| 20 | do_deploy () { |
Tim Lee | 5cecfc9 | 2023-01-13 15:00:50 +0800 | [diff] [blame^] | 21 | install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Kmt_TipFwL0_Skmt_TipFwL1.bin |
Benjamin Fair | f9c38bf | 2022-10-18 22:05:09 +0000 | [diff] [blame] | 22 | } |
| 23 | |
| 24 | addtask deploy before do_build after do_compile |