diff options
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 93a1400f0c..b1e5546bba 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -26,7 +26,7 @@ OEROOT=`pwd` BBDIR=$OEROOT/bitbake/ PKGDIR=$OEROOT/meta/ -BUILDDIR=$OEROOT/$1/ +BUILDDIR=$OEROOT/build/ MSG='' BUILD_ARCH=`uname -m` @@ -55,7 +55,7 @@ BBPATH=$BBDIR if test x"$BBDIR" != x"$PKGDIR"; then BBPATH=$PKGDIR:$BBPATH fi -BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH:$OEROOT/poky-prvt/trunk" +BBPATH="`readlink -f $HOME/.oe`:`readlink -f $HOME/.poky`:$BBPATH" if test x"$PKGDIR" != x"$BUILDDIR"; then BBPATH=$BUILDDIR:$BBPATH fi |