blob: 6a9983ac528c3dd9768dc79640611ad5a621ad25 [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 Lee332ee512023-02-03 10:57:55 +08007TIP_FW = "Kmt_TipFwL0_Skmt_TipFwL1.bin"
8S = "${WORKDIR}/git"
Benjamin Fairf9c38bf2022-10-18 22:05:09 +00009
Tim Lee332ee512023-02-03 10:57:55 +080010SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000011
12inherit deploy
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000013do_deploy () {
Tim Lee332ee512023-02-03 10:57:55 +080014 install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW}
Benjamin Fairf9c38bf2022-10-18 22:05:09 +000015}
16
17addtask deploy before do_build after do_compile