From 536a712a16680f030941d75dcce7447551119e23 Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Wed, 6 Dec 2017 07:18:36 +0000 Subject: wl18xx-fw: update recipe for version R8.7_SP3 Signed-off-by: Eyal Reizer Signed-off-by: Denys Dmytriyenko --- recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb | 26 -------------------------- recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb create mode 100644 recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb deleted file mode 100644 index ec360fef..00000000 --- a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Firmware files for use with TI wl18xx" -LICENSE = "TI-TSPA" -LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e" - -SRC_URI = " \ - git://git.ti.com/wilink8-wlan/wl18xx_fw.git;protocol=git;branch=${BRANCH} \ - file://0001-Add-Makefile-to-install-firmware-files.patch \ -" - -# Tag: R8.7-SP1 (8.7.1) -SRCREV = "fe3909e93d15a4b17e43699dde2bba0e9a3c0abc" -BRANCH = "master" - -S = "${WORKDIR}/git" - -CLEANBROKEN = "1" - -do_compile() { - : -} - -do_install() { - oe_runmake 'DEST_DIR=${D}' install -} - -FILES_${PN} = "/lib/firmware/ti-connectivity/*" diff --git a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bb b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bb new file mode 100644 index 00000000..a52ec898 --- /dev/null +++ b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Firmware files for use with TI wl18xx" +LICENSE = "TI-TSPA" +LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e" + +SRC_URI = " \ + git://git.ti.com/wilink8-wlan/wl18xx_fw.git;protocol=git;branch=${BRANCH} \ + file://0001-Add-Makefile-to-install-firmware-files.patch \ +" + +# Tag: R8.7-SP3 (8.7.3) +SRCREV = "f659be25473e4bde8dc790bff703ecacde6e21da" +BRANCH = "master" + +S = "${WORKDIR}/git" + +CLEANBROKEN = "1" + +do_compile() { + : +} + +do_install() { + oe_runmake 'DEST_DIR=${D}' install +} + +FILES_${PN} = "/lib/firmware/ti-connectivity/*" -- cgit v1.2.3-54-g00ecf