Tim Lee | 7e9914f | 2022-11-07 09:47:20 +0800 | [diff] [blame] | 1 | SUMMARY = "Primary bootloader for NPCM8XX (Arbel) devices" |
| 2 | DESCRIPTION = "Primary bootloader for NPCM8XX (Arbel) devices" |
| 3 | HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-bootblock" |
| 4 | LICENSE = "GPL-2.0-only" |
Tim Lee | ee56bcd | 2023-02-02 11:10:41 +0800 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
Tim Lee | 7e9914f | 2022-11-07 09:47:20 +0800 | [diff] [blame] | 6 | |
| 7 | FILENAME = "arbel_a35_bootblock_${PV}.bin" |
| 8 | |
Tim Lee | ee56bcd | 2023-02-02 11:10:41 +0800 | [diff] [blame] | 9 | S = "${WORKDIR}/git" |
Tim Lee | 7e9914f | 2022-11-07 09:47:20 +0800 | [diff] [blame] | 10 | |
| 11 | SRC_URI = " \ |
Tim Lee | ee56bcd | 2023-02-02 11:10:41 +0800 | [diff] [blame] | 12 | git://github.com/Nuvoton-Israel/npcm8xx-bootblock;branch=main;protocol=https \ |
Benjamin Fair | 5f77a54 | 2022-12-16 06:44:56 +0000 | [diff] [blame] | 13 | https://github.com/Nuvoton-Israel/npcm8xx-bootblock/releases/download/${RELEASE}/arbel_a35_bootblock.${PV}.bin;downloadfilename=${FILENAME};name=bin \ |
Tim Lee | 7e9914f | 2022-11-07 09:47:20 +0800 | [diff] [blame] | 14 | " |
| 15 | |
Tim Lee | 7e9914f | 2022-11-07 09:47:20 +0800 | [diff] [blame] | 16 | inherit deploy |
| 17 | |
| 18 | do_deploy () { |
| 19 | install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/arbel_a35_bootblock.bin |
| 20 | } |
| 21 | |
| 22 | addtask deploy before do_build after do_compile |