summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index ee7a0a935c..c08bfd5c37 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -37,6 +37,8 @@ PKGDIR_MOBLIN="$OEROOT/meta-moblin/"
37BUILDDIR="$OEROOT/$BDIR/" 37BUILDDIR="$OEROOT/$BDIR/"
38MSG='' 38MSG=''
39 39
40unset BDIR
41
40BUILD_ARCH=`uname -m` 42BUILD_ARCH=`uname -m`
41BUILD_OS=`uname | tr [A-Z] [a-z]` 43BUILD_OS=`uname | tr [A-Z] [a-z]`
42BUILD_SYS="$BUILD_ARCH-$BUILD_OS" 44BUILD_SYS="$BUILD_ARCH-$BUILD_OS"