summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-22 18:11:41 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-22 18:11:41 +0000
commit90040ce7b5bcba842f3d1eca92a2dc150fd296fd (patch)
tree3211fcabae23477f9244b28d8d1524dac47f00c6 /scripts
parent666c753d4bf3d6d1defb4e4326a4264b4625aca0 (diff)
downloadpoky-90040ce7b5bcba842f3d1eca92a2dc150fd296fd.tar.gz
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts')
-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