diff options
-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 8655bb1f24..c5cab841e3 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -76,12 +76,12 @@ BUILD_ARCH=`uname -m` | |||
76 | BUILD_OS=`uname | tr '[A-Z]' '[a-z]'` | 76 | BUILD_OS=`uname | tr '[A-Z]' '[a-z]'` |
77 | BUILD_SYS="$BUILD_ARCH-$BUILD_OS" | 77 | BUILD_SYS="$BUILD_ARCH-$BUILD_OS" |
78 | 78 | ||
79 | PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH" | 79 | PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH" |
80 | 80 | ||
81 | cd "$BUILDDIR" | 81 | cd "$BUILDDIR" |
82 | 82 | ||
83 | # Remove any symlinks from paths | 83 | # Remove any symlinks from paths |
84 | BBDIR=`readlink -f "$BBDIR"` | 84 | BITBAKEDIR=`readlink -f "$BITBAKEDIR"` |
85 | PKGDIR=`readlink -f "$PKGDIR"` | 85 | PKGDIR=`readlink -f "$PKGDIR"` |
86 | BUILDDIR=`readlink -f "$BUILDDIR"` | 86 | BUILDDIR=`readlink -f "$BUILDDIR"` |
87 | 87 | ||