summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index b1e5546bba..93a1400f0c 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -26,7 +26,7 @@ OEROOT=`pwd`
26 26
27BBDIR=$OEROOT/bitbake/ 27BBDIR=$OEROOT/bitbake/
28PKGDIR=$OEROOT/meta/ 28PKGDIR=$OEROOT/meta/
29BUILDDIR=$OEROOT/build/ 29BUILDDIR=$OEROOT/$1/
30MSG='' 30MSG=''
31 31
32BUILD_ARCH=`uname -m` 32BUILD_ARCH=`uname -m`
@@ -55,7 +55,7 @@ BBPATH=$BBDIR
55if test x"$BBDIR" != x"$PKGDIR"; then 55if test x"$BBDIR" != x"$PKGDIR"; then
56 BBPATH=$PKGDIR:$BBPATH 56 BBPATH=$PKGDIR:$BBPATH
57fi 57fi
58BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH" 58BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH:$OEROOT/poky-prvt/trunk"
59if test x"$PKGDIR" != x"$BUILDDIR"; then 59if test x"$PKGDIR" != x"$BUILDDIR"; then
60 BBPATH=$BUILDDIR:$BBPATH 60 BBPATH=$BUILDDIR:$BBPATH
61fi 61fi