summaryrefslogtreecommitdiff
path: root/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb')
-rw-r--r--multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb b/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb
index 155456a..6805797 100644
--- a/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb
+++ b/multitech/recipes/wl12xx-firmware/wl12xx-firmware_r5.sp4.01.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "TI wl1271 firmware"
HOMEPAGE = "http://processors.wiki.ti.com/index.php/ARM_Processor_Open_Source_Wireless_Connectivity"
-PR="r2"
+PR="r3"
# bluetooth firmware from TI-ECS on github.com:
# https://github.com/TI-ECS/bt-firmware.git
@@ -15,7 +15,7 @@ PR="r2"
SRCREV = "ol_R5.SP4.01"
SRC_URI = "git://github.com/TI-OpenLink/ti-utils.git;protocol=git \
- file://bluetooth/github.com_TI-ECS_bt-firmware-3c0e4752/TIInit_7.6.15.bts \
+ file://TIInit_7.6.15.bts \
"
S = "${WORKDIR}/git"
@@ -34,7 +34,7 @@ do_install() {
# factory nvs file
install ${S}/hw/firmware/wl1271-nvs.bin ${D}/lib/firmware/ti-connectivity/wl1271-nvs.bin.factory
# bluetooth firmware
- install ${WORKDIR}/bluetooth/github.com_TI-ECS_bt-firmware-3c0e4752/TIInit_7.6.15.bts ${D}/lib/firmware/TIInit_7.6.15.bts
+ install ${WORKDIR}/TIInit_7.6.15.bts ${D}/lib/firmware/TIInit_7.6.15.bts
}
FILES_${PN} = "/lib/firmware"