]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/commitdiff
build_wl18xx: update bluetooth init script location
authorEyal Reizer <eyalr@ti.com>
Wed, 27 May 2015 10:53:26 +0000 (13:53 +0300)
committerEyal Reizer <eyalr@ti.com>
Wed, 27 May 2015 10:53:26 +0000 (13:53 +0300)
init scripts location has changed in ti-bt git.
Moved to a directory called "initscripts"
update accordingly

Signed-off-by: Eyal Reizer <eyalr@ti.com>
build_wl18xx.sh

index a5c36cfb677e7e1dc680b06715c1198931c4090d..5ba9c30c9e14efdc04777d2e16417e5b84781c86 100755 (executable)
@@ -505,7 +505,7 @@ function build_uim()
 function build_bt_firmware()
 {
        cd_repo bt-firmware
-       for i in `repo_path bt-firmware`/*.bts; do
+       for i in `repo_path bt-firmware`/initscripts/*.bts; do
                echo "Installing bluetooth init script: $i"
                install -m 0755 $i `path filesystem`/lib/firmware/
                assert_no_error