From b67bed4d3a6a85c49176f61fd4de3ebf61ced846 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 13 Mar 2013 13:48:43 +0100 Subject: [PATCH] Add recipes for firmware v3.2 and v3.3 --- .../firmware/sysmobts-firmware_3.2.bb | 19 +++++++++++++++++++ .../firmware/sysmobts-firmware_3.3.bb | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 recipes-sysmobts/firmware/sysmobts-firmware_3.2.bb create mode 100644 recipes-sysmobts/firmware/sysmobts-firmware_3.3.bb diff --git a/recipes-sysmobts/firmware/sysmobts-firmware_3.2.bb b/recipes-sysmobts/firmware/sysmobts-firmware_3.2.bb new file mode 100644 index 0000000..504a3f4 --- /dev/null +++ b/recipes-sysmobts/firmware/sysmobts-firmware_3.2.bb @@ -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*" diff --git a/recipes-sysmobts/firmware/sysmobts-firmware_3.3.bb b/recipes-sysmobts/firmware/sysmobts-firmware_3.3.bb new file mode 100644 index 0000000..504a3f4 --- /dev/null +++ b/recipes-sysmobts/firmware/sysmobts-firmware_3.3.bb @@ -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*"