parent
d934b0e9d1
commit
e99985266c
|
|
@ -1,28 +1,25 @@
|
||||||
DESCRIPTION = "Fpga image for NRHW18"
|
DESCRIPTION = "Fpga images"
|
||||||
LICENSE = "Proprietary"
|
LICENSE = "Proprietary"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
|
||||||
|
|
||||||
inherit deploy
|
inherit deploy
|
||||||
|
|
||||||
SRC_URI_armada-385-nrhw18 = "file://LG00000000"
|
SRC_URI = "file://LG00000000"
|
||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
PV = "1.0.0"
|
PV = "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
do_install_armada-385-nrhw18 () {
|
do_install () {
|
||||||
install -d ${D}/logic
|
install -d ${D}/logic
|
||||||
install -m 0644 ${WORKDIR}/LG00000000 ${D}/logic/
|
install -m 0644 ${WORKDIR}/LG00000000 ${D}/logic/
|
||||||
}
|
}
|
||||||
|
|
||||||
do_deploy_armada-385-nrhw18 () {
|
do_deploy () {
|
||||||
cp ${WORKDIR}/LG00000000 ${DEPLOYDIR}/fpga-image-${MACHINE}
|
cp ${WORKDIR}/LG00000000 ${DEPLOYDIR}/fpga-image-${MACHINE}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_deploy(){
|
|
||||||
}
|
|
||||||
|
|
||||||
FILES_${PN} += "/logic/LG00000000"
|
FILES_${PN} += "/logic/LG00000000"
|
||||||
|
|
||||||
addtask deploy before do_build after do_compile
|
addtask deploy before do_build after do_compile
|
||||||
Binary file not shown.
|
|
@ -10,6 +10,7 @@ inherit kernel-arch
|
||||||
inherit deploy
|
inherit deploy
|
||||||
|
|
||||||
do_configure[depends] += "virtual/kernel:do_deploy"
|
do_configure[depends] += "virtual/kernel:do_deploy"
|
||||||
|
do_configure[depends] += "${@bb.utils.contains('MACHINE_FEATURES', 'fpga', 'fpga-image:do_deploy', '', d)}"
|
||||||
do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete"
|
do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete"
|
||||||
do_deploy[depends] += "${PN}:do_assemble_fitimage"
|
do_deploy[depends] += "${PN}:do_assemble_fitimage"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue