summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index b931e29323..c91811d59c 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -104,6 +104,10 @@ if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
104 cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf 104 cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf
105fi 105fi
106 106
107# Prevent disturbing a new GIT clone in same console
108unset POKYLOCALCONF
109unset POKYLAYERCONF
110
107export BBPATH OEROOT BUILD_SYS BUILDDIR 111export BBPATH OEROOT BUILD_SYS BUILDDIR
108 112
109# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make 113# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make