| SUMMARY = "Image Generation and Programming Scripts for NPCM8XX (Arbel) devices" |
| DESCRIPTION = "Image Generation and Programming Scripts for NPCM8XX (Arbel) devices" |
| HOMEPAGE = "https://github.com/Nuvoton-Israel/igps-npcm8xx" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| git://github.com/Nuvoton-Israel/igps-npcm8xx;branch=${IGPS_BRANCH};protocol=https \ |
| DEST = "${D}${datadir}/${BPN}" |
| # Adjust paths for use with bitbake |
| sed -i -e 's,inputs/,,g' ${S}/py_scripts/ImageGeneration/references/*.xml \ |
| ${S}/py_scripts/ImageGeneration/inputs/*.xml |
| install py_scripts/ImageGeneration/references/BootBlockAndHeader_${DEVICE_GEN}_${IGPS_MACHINE}.xml ${DEST} |
| install py_scripts/ImageGeneration/references/UbootHeader_${DEVICE_GEN}.xml ${DEST} |
| install py_scripts/ImageGeneration/inputs/BL31_AndHeader.xml ${DEST} |
| install py_scripts/ImageGeneration/inputs/OpTeeAndHeader.xml ${DEST} |