1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

poky-env-internal/runqemu: Move BUILD_SYS handling which is runqemu specific into runqemu

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-07-22 13:14:24 +01:00
parent 2b84008bc9
commit c2f71a86f5
2 changed files with 6 additions and 6 deletions
+1 -5
View File
@@ -82,10 +82,6 @@ BBPATH="$NEWPATH"
MSG=''
BUILD_ARCH=`uname -m`
BUILD_OS=`uname | tr '[A-Z]' '[a-z]'`
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH"
# Remove any symlinks from paths
@@ -128,7 +124,7 @@ fi
unset POKYLOCALCONF
unset POKYLAYERCONF
export BBPATH OEROOT BUILD_SYS BUILDDIR
export BBPATH OEROOT BUILDDIR
# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make
# install' if set