diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 13:14:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 13:14:24 +0100 |
commit | c2f71a86f5eb040932adf695887a1885d760f536 (patch) | |
tree | bb9fe2dae3b5a4771cb8ac7f9e39c9d3536ef068 /scripts/poky-env-internal | |
parent | 2b84008bc951eadeb72b70d3cd062437b901516f (diff) | |
download | poky-c2f71a86f5eb040932adf695887a1885d760f536.tar.gz |
poky-env-internal/runqemu: Move BUILD_SYS handling which is runqemu specific into runqemu
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 62785f1acc..d25816c6a6 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -82,10 +82,6 @@ BBPATH="$NEWPATH" | |||
82 | 82 | ||
83 | MSG='' | 83 | MSG='' |
84 | 84 | ||
85 | BUILD_ARCH=`uname -m` | ||
86 | BUILD_OS=`uname | tr '[A-Z]' '[a-z]'` | ||
87 | BUILD_SYS="$BUILD_ARCH-$BUILD_OS" | ||
88 | |||
89 | PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH" | 85 | PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH" |
90 | 86 | ||
91 | # Remove any symlinks from paths | 87 | # Remove any symlinks from paths |
@@ -128,7 +124,7 @@ fi | |||
128 | unset POKYLOCALCONF | 124 | unset POKYLOCALCONF |
129 | unset POKYLAYERCONF | 125 | unset POKYLAYERCONF |
130 | 126 | ||
131 | export BBPATH OEROOT BUILD_SYS BUILDDIR | 127 | export BBPATH OEROOT BUILDDIR |
132 | 128 | ||
133 | # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make | 129 | # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make |
134 | # install' if set | 130 | # install' if set |