summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample (renamed from build/conf/local.conf)0
-rwxr-xr-xpoky-init-build-env4
2 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/local.conf b/build/conf/local.conf.sample
index 83bd007f53..83bd007f53 100644
--- a/build/conf/local.conf
+++ b/build/conf/local.conf.sample
diff --git a/poky-init-build-env b/poky-init-build-env
index b8ddc64dc5..c2f2c04406 100755
--- a/poky-init-build-env
+++ b/poky-init-build-env
@@ -49,6 +49,10 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
49 exit 1 49 exit 1
50fi 50fi
51 51
52if ! (test -r $BUILDDIR/conf/local.conf); then
53 cp -f $BUILDDIR/conf/local.conf.sample $BUILDDIR/conf/local.conf
54fi
55
52BBPATH=$BBDIR 56BBPATH=$BBDIR
53if test x"$BBDIR" != x"$PKGDIR"; then 57if test x"$BBDIR" != x"$PKGDIR"; then
54 BBPATH=$PKGDIR:$BBPATH 58 BBPATH=$PKGDIR:$BBPATH