summaryrefslogtreecommitdiffstats
path: root/setdevenv
diff options
context:
space:
mode:
Diffstat (limited to 'setdevenv')
-rwxr-xr-xsetdevenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/setdevenv b/setdevenv
index 087faf8424..31757141a0 100755
--- a/setdevenv
+++ b/setdevenv
@@ -7,7 +7,7 @@
7OEROOT=`pwd` 7OEROOT=`pwd`
8 8
9BBDIR=$OEROOT/bitbake/ 9BBDIR=$OEROOT/bitbake/
10PKGDIR=$OEROOT/openembedded/ 10PKGDIR=$OEROOT/meta/
11BUILDDIR=$OEROOT/build/ 11BUILDDIR=$OEROOT/build/
12 12
13PATH=$BBDIR/bin/:$PATH 13PATH=$BBDIR/bin/:$PATH
@@ -46,4 +46,4 @@ export PATH LD_LIBRARY_PATH OEROOT
46# Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really 46# Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really
47export LANG=C 47export LANG=C
48 48
49echo Environment set up for OpenEmbedded development. 49echo Environment set up for Poky development.