Add recipes for firmware v3.2 and v3.3

This commit is contained in:
Harald Welte 2013-03-13 13:48:43 +01:00
parent c71b4ead63
commit b67bed4d3a
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
COMPATIBLE_MACHINE = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r7.${INC_PR}"
require ${PN}.inc
# Currently there is no common Firmware for RevC and RevD Hardware and we
# need to handle this differently for now.
do_install() {
install -d ${D}/lib/firmware/
install -m 0666 ${S}/Image/Dsp/superfemto.out ${D}/lib/firmware/sysmobts-v2.out
install -m 0666 ${S}/Image/Fpga/superfemto.bit ${D}/lib/firmware/sysmobts-v2.bit
}
FILES_${PN} = "/lib/firmware/sysmobts-v2*"

View File

@ -0,0 +1,19 @@
COMPATIBLE_MACHINE = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r7.${INC_PR}"
require ${PN}.inc
# Currently there is no common Firmware for RevC and RevD Hardware and we
# need to handle this differently for now.
do_install() {
install -d ${D}/lib/firmware/
install -m 0666 ${S}/Image/Dsp/superfemto.out ${D}/lib/firmware/sysmobts-v2.out
install -m 0666 ${S}/Image/Fpga/superfemto.bit ${D}/lib/firmware/sysmobts-v2.bit
}
FILES_${PN} = "/lib/firmware/sysmobts-v2*"