diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /setdevenv | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-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-x | setdevenv | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ | |||
7 | OEROOT=`pwd` | 7 | OEROOT=`pwd` |
8 | 8 | ||
9 | BBDIR=$OEROOT/bitbake/ | 9 | BBDIR=$OEROOT/bitbake/ |
10 | PKGDIR=$OEROOT/openembedded/ | 10 | PKGDIR=$OEROOT/meta/ |
11 | BUILDDIR=$OEROOT/build/ | 11 | BUILDDIR=$OEROOT/build/ |
12 | 12 | ||
13 | PATH=$BBDIR/bin/:$PATH | 13 | PATH=$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 |
47 | export LANG=C | 47 | export LANG=C |
48 | 48 | ||
49 | echo Environment set up for OpenEmbedded development. | 49 | echo Environment set up for Poky development. |