summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 1b231bcdf4..ccbd2088ae 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -24,9 +24,13 @@
24 24
25OEROOT=`pwd` 25OEROOT=`pwd`
26 26
27if [ "x$1" = "x" ]; then
28 BDIR="build"
29fi
30
27BBDIR="$OEROOT/bitbake/" 31BBDIR="$OEROOT/bitbake/"
28PKGDIR="$OEROOT/meta/" 32PKGDIR="$OEROOT/meta/"
29BUILDDIR="$OEROOT/build/" 33BUILDDIR="$OEROOT/$BDIR/"
30MSG='' 34MSG=''
31 35
32BUILD_ARCH=`uname -m` 36BUILD_ARCH=`uname -m`