diff --git a/recipes-bsp/fpga-image/fpga-image.bb b/recipes-bsp/fpga-image/fpga-image.bb new file mode 100644 index 0000000..7f062c5 --- /dev/null +++ b/recipes-bsp/fpga-image/fpga-image.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Fpga image for NRHW18" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" + + +SRC_URI_armada-385-nrhw18 = "file://LG00000000" + +DEPENDS = "bc-native" +SRCREV = "${AUTOREV}" + +PV = "1.0.0" + + +do_install_armada-385-nrhw18 () { + install -d ${D}/logic + install -m 0644 ${WORKDIR}/LG00000000 ${D}/logic/ +} + +FILES_${PN} += "/logic/LG00000000" diff --git a/recipes-bsp/fpga-image/fpga-image/armada-385-nrhw18/LG00000000 b/recipes-bsp/fpga-image/fpga-image/armada-385-nrhw18/LG00000000 new file mode 100644 index 0000000..5c19b6b Binary files /dev/null and b/recipes-bsp/fpga-image/fpga-image/armada-385-nrhw18/LG00000000 differ