aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSundeep Mandava2015-03-23 04:26:36 -0500
committerSundeep Mandava2015-03-23 04:26:36 -0500
commit063c42fad5908b846b28083d28702b837c65b310 (patch)
tree5d8b5829acaba76fcbf6d4feb98ac671565a455a
parentb5b1bd295e892bd683bc8c4e27d74abad469c70b (diff)
downloadbuild-utils-master.tar.gz
build-utils-master.tar.xz
build-utils-master.zip
added disclaimer.txt and disclaimer to the scriptsHEADmaster
Signed-off-by: Sundeep Mandava <sundeep@ti.com>
-rw-r--r--BlueZ_4.98_wl18xx_build_bt_for_SDK7.sh7
-rw-r--r--BlueZ_5.19_wl18xx_build_bt_for_SDK7.sh7
-rw-r--r--README39
-rw-r--r--disclaimer.txt3
-rw-r--r--wl12xx_build_bt.sh7
-rw-r--r--wl18xx_build_ble.sh7
-rw-r--r--wl18xx_build_bt.sh7
7 files changed, 50 insertions, 27 deletions
diff --git a/BlueZ_4.98_wl18xx_build_bt_for_SDK7.sh b/BlueZ_4.98_wl18xx_build_bt_for_SDK7.sh
index 11718e9..cb44ae4 100644
--- a/BlueZ_4.98_wl18xx_build_bt_for_SDK7.sh
+++ b/BlueZ_4.98_wl18xx_build_bt_for_SDK7.sh
@@ -15,9 +15,10 @@ function usage()
15{ 15{
16 echo 16 echo
17 echo 17 echo
18 echo "************************************" 18 echo "*******************************************************************"
19 echo "* Bluetooth Modules Builder Script *" 19 echo "***************** Bluetooth Modules Builder Script ****************"
20 echo "************************************" 20 echo "* This script is only for demo purposes, It is not fully verified *"
21 echo "*******************************************************************"
21 echo 22 echo
22 echo "This script compiles the BT modules components" 23 echo "This script compiles the BT modules components"
23 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\"" 24 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\""
diff --git a/BlueZ_5.19_wl18xx_build_bt_for_SDK7.sh b/BlueZ_5.19_wl18xx_build_bt_for_SDK7.sh
index 4ff9f60..192e490 100644
--- a/BlueZ_5.19_wl18xx_build_bt_for_SDK7.sh
+++ b/BlueZ_5.19_wl18xx_build_bt_for_SDK7.sh
@@ -15,9 +15,10 @@ function usage()
15{ 15{
16 echo 16 echo
17 echo 17 echo
18 echo "************************************" 18 echo "*******************************************************************"
19 echo "* Bluetooth Modules Builder Script *" 19 echo "***************** Bluetooth Modules Builder Script ****************"
20 echo "************************************" 20 echo "* This script is only for demo purposes, It is not fully verified *"
21 echo "*******************************************************************"
21 echo 22 echo
22 echo "This script compiles the BT modules components" 23 echo "This script compiles the BT modules components"
23 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\"" 24 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\""
diff --git a/README b/README
index 3272698..ee7d625 100644
--- a/README
+++ b/README
@@ -1,19 +1,34 @@
1This repository holds small usefull utilities to ease such tasks as build of WLAN packages 1This repository holds small usefull utilities to ease such tasks as build of Bluetooth packages
2 2
3wl12xx_build.sh: build WLAN components 3BlueZ_5.19_wl18xx_build_bt_for_SDK7: build Bluetooth components
4====================================== 4======================================
5This script compiles one of following utilities: libnl, openssl, hostapd, wpa_supplicant,wl12xx_modules,firmware,crda,callibrator 5By calling specific utility name and action. This script compiles one of utilities:
6by calling specific utility name and action.
7 6
8Usage: wl12xx_build.sh target < 7Usage: wl12xx_build.sh target <
9 libnl 8 expat
10 openssl 9 libffi
11 hostap 10 glib
12 wpa_supplicant 11 dbus
13 wl12xx_modules 12 libIConv
14 firmware 13 zlib
15 crda 14 gettext
16 callibrator > action <download|build|install> 15 alsa-lib
16 dbus-glib
17 check
18 python
19 pygobject
20 dbus-python
21 bluez
22 hcidump
23 ncurses
24 readline
25 openobex
26 udev
27 libical
28 obexd
29 bt-obex
30 firmware
31 wl1271-demo > action <download|build|install>
17 all 32 all
18 clean-all 33 clean-all
19 34
diff --git a/disclaimer.txt b/disclaimer.txt
new file mode 100644
index 0000000..16b1e6a
--- /dev/null
+++ b/disclaimer.txt
@@ -0,0 +1,3 @@
1Scripts available in this folder are only for DEMO purposes.
2These scripts will only help you to Bring up BlueZ On WiLink devices.
3As BlueZ is not the official stack that is supported by TI, it is not fully verified. \ No newline at end of file
diff --git a/wl12xx_build_bt.sh b/wl12xx_build_bt.sh
index 1cfefa3..7c97bca 100644
--- a/wl12xx_build_bt.sh
+++ b/wl12xx_build_bt.sh
@@ -13,9 +13,10 @@ function usage()
13{ 13{
14 echo 14 echo
15 echo 15 echo
16 echo "************************************" 16 echo "*******************************************************************"
17 echo "* Bluetooth Modules Builder Script *" 17 echo "***************** Bluetooth Modules Builder Script ****************"
18 echo "************************************" 18 echo "* This script is only for demo purposes, It is not fully verified *"
19 echo "*******************************************************************"
19 echo 20 echo
20 echo "This script compiles the BT modules components" 21 echo "This script compiles the BT modules components"
21 echo "The script can build each component as standalone by invoking: \"./wl12xx_build_bt.sh <module name> <build/rebuild>\"" 22 echo "The script can build each component as standalone by invoking: \"./wl12xx_build_bt.sh <module name> <build/rebuild>\""
diff --git a/wl18xx_build_ble.sh b/wl18xx_build_ble.sh
index 398d3bb..b3941de 100644
--- a/wl18xx_build_ble.sh
+++ b/wl18xx_build_ble.sh
@@ -15,9 +15,10 @@ function usage()
15{ 15{
16 echo 16 echo
17 echo 17 echo
18 echo "************************************" 18 echo "*******************************************************************"
19 echo "* Bluetooth Modules Builder Script *" 19 echo "***************** Bluetooth Modules Builder Script ****************"
20 echo "************************************" 20 echo "* This script is only for demo purposes, It is not fully verified *"
21 echo "*******************************************************************"
21 echo 22 echo
22 echo "This script compiles the BT modules components" 23 echo "This script compiles the BT modules components"
23 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\"" 24 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\""
diff --git a/wl18xx_build_bt.sh b/wl18xx_build_bt.sh
index 634de09..9859214 100644
--- a/wl18xx_build_bt.sh
+++ b/wl18xx_build_bt.sh
@@ -15,9 +15,10 @@ function usage()
15{ 15{
16 echo 16 echo
17 echo 17 echo
18 echo "************************************" 18 echo "*******************************************************************"
19 echo "* Bluetooth Modules Builder Script *" 19 echo "***************** Bluetooth Modules Builder Script ****************"
20 echo "************************************" 20 echo "* This script is only for demo purposes, It is not fully verified *"
21 echo "*******************************************************************"
21 echo 22 echo
22 echo "This script compiles the BT modules components" 23 echo "This script compiles the BT modules components"
23 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\"" 24 echo "The script can build each component as standalone by invoking: \"./wl18xx_build_bt.sh <module name> <build/rebuild>\""