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 @@
OEROOT=`pwd`
BBDIR=$OEROOT/bitbake/
-PKGDIR=$OEROOT/openembedded/
+PKGDIR=$OEROOT/meta/
BUILDDIR=$OEROOT/build/
PATH=$BBDIR/bin/:$PATH
@@ -46,4 +46,4 @@ export PATH LD_LIBRARY_PATH OEROOT
# Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really
export LANG=C
-echo Environment set up for OpenEmbedded development.
+echo Environment set up for Poky development.