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