xref: /openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc (revision 332ee51c0d8de048704c31cacc78c8d3aaf77b54)
1f9c38bfaSBenjamin FairSUMMARY = "TIP FW for NPCM8XX (Arbel) devices"
2f9c38bfaSBenjamin FairDESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices"
3f9c38bfaSBenjamin FairHOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw"
4f9c38bfaSBenjamin FairLICENSE = "MIT"
55cecfc9fSTim LeeLIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91"
6f9c38bfaSBenjamin Fair
7*332ee51cSTim LeeTIP_FW = "Kmt_TipFwL0_Skmt_TipFwL1.bin"
8*332ee51cSTim LeeS = "${WORKDIR}/git"
9f9c38bfaSBenjamin Fair
10*332ee51cSTim LeeSRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
11f9c38bfaSBenjamin Fair
12f9c38bfaSBenjamin Fairinherit deploy
13f9c38bfaSBenjamin Fairdo_deploy () {
14*332ee51cSTim Lee    install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW}
15f9c38bfaSBenjamin Fair}
16f9c38bfaSBenjamin Fair
17f9c38bfaSBenjamin Fairaddtask deploy before do_build after do_compile
18