summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 4bfcf63c59..b931e29323 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -93,11 +93,17 @@ fi
93if [ "x" = "x$POKYLOCALCONF" ]; then 93if [ "x" = "x$POKYLOCALCONF" ]; then
94 POKYLOCALCONF="$BUILDDIR/conf/local.conf.sample" 94 POKYLOCALCONF="$BUILDDIR/conf/local.conf.sample"
95fi 95fi
96
97if ! (test -r "$BUILDDIR/conf/local.conf"); then 96if ! (test -r "$BUILDDIR/conf/local.conf"); then
98 cp -f $POKYLOCALCONF $BUILDDIR/conf/local.conf 97 cp -f $POKYLOCALCONF $BUILDDIR/conf/local.conf
99fi 98fi
100 99
100if [ "x" = "x$POKYLAYERCONF" ]; then
101 POKYLAYERCONF="$BUILDDIR/conf/bblayers.conf.sample"
102fi
103if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
104 cp -f $POKYLAYERCONF $BUILDDIR/conf/bblayers.conf
105fi
106
101export BBPATH OEROOT BUILD_SYS BUILDDIR 107export BBPATH OEROOT BUILD_SYS BUILDDIR
102 108
103# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make 109# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make