summaryrefslogtreecommitdiffstats
path: root/setdevenv
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /setdevenv
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
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.