blob: c4202e49dfcb19de84f19ac8f0983b5eb34e5563 [file] [log] [blame]
Benjamin Fairf90af742022-10-18 20:33:29 +00001SUMMARY = "Image Generation and Programming Scripts for NPCM8XX (Arbel) devices"
2DESCRIPTION = "Image Generation and Programming Scripts for NPCM8XX (Arbel) devices"
3HOMEPAGE = "https://github.com/Nuvoton-Israel/igps-npcm8xx"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7IGPS_BRANCH ?= "main"
8SRC_URI = " \
9 git://github.com/Nuvoton-Israel/igps-npcm8xx;branch=${IGPS_BRANCH};protocol=https \
10 file://0001-Adjust-paths-for-use-with-Bitbake.patch \
11"
12
13S = "${WORKDIR}/git"
14
15DEST = "${D}${datadir}/${BPN}"
16
17do_install() {
18 install -d ${DEST}
19 install py_scripts/ImageGeneration/references/BootBlockAndHeader_${DEVICE_GEN}_${IGPS_MACHINE}.xml ${DEST}
20 install py_scripts/ImageGeneration/references/UbootHeader_${DEVICE_GEN}.xml ${DEST}
21 install py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml ${DEST}
22 install py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml ${DEST}
23}
24
25inherit native