nrhw18: Add fpga image to rootfs
This commit is contained in:
parent
9ca3ae9718
commit
4f3e1653d2
|
|
@ -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"
|
||||
Binary file not shown.
Loading…
Reference in New Issue