]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blob - setup-env.sample
Added configure-device.sh to the wlconf file list
[wilink8-wlan/build-utilites.git] / setup-env.sample
1 #                            \\\// 
2 #                           -(o o)- 
3 #========================oOO==(_)==OOo=======================
4 # This file contains the exports needed for automating the
5 # build process of WLAN components.
6 # Place this file in the same directory with wl18xx_build.sh
7 # build scripts. No need to run 'source setup-env', the build
8 # scripts will perfom it internaly. 
9 #===========================================================
10 # User specific environment settings - use full PATH
12 # if DEFAULT toolchain path is set toolchain will be downloaded to ./toolchain.
13 export TOOLCHAIN_PATH=DEFAULT
14 # if DEAFULT path to root filesystem is set ./fs folder will be used.
15 export ROOTFS=DEFAULT
16 #if DEFAULT kernel path is set - kernel will be downloaded (set branch to match kernel version)
17 export KERNEL_PATH=DEFAULT
19 export CROSS_COMPILE=arm-none-linux-gnueabi-
20 export ARCH=arm
21 [ "$TOOLCHAIN_PATH" != "DEFAULT" ] && export PATH=$TOOLCHAIN_PATH:$PATH