aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge/ostest/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 12:56:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 12:56:02 +0000
commit3d754095f92510813006fe42564e5eb473604e1f (patch)
tree6f461ea83bb390bd5eebf5cf87af7e5a8a2c2204 /nuttx/configs/ne64badge/ostest/setenv.sh
parent50ecc59c27d8b5d295c8023d2641e6c7e55e51be (diff)
downloadpx4-firmware-3d754095f92510813006fe42564e5eb473604e1f.tar.gz
px4-firmware-3d754095f92510813006fe42564e5eb473604e1f.tar.bz2
px4-firmware-3d754095f92510813006fe42564e5eb473604e1f.zip
Change the default path to the buildroot bin/ directory in all setenv.sh files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ne64badge/ostest/setenv.sh')
-rwxr-xr-xnuttx/configs/ne64badge/ostest/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ne64badge/ostest/setenv.sh b/nuttx/configs/ne64badge/ostest/setenv.sh
index c5aa591b4..c4d6800ed 100755
--- a/nuttx/configs/ne64badge/ostest/setenv.sh
+++ b/nuttx/configs/ne64badge/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../buildroot/build_m9s12x/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../misc/buildroot/build_m9s12x/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"