aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 19:19:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 19:19:33 +0100
commit37ac9a0823690bd3e031c04e2351a41af04e8aa1 (patch)
treef077ca04d7da57f30e0d0bdf7f4e070b73d0c00a /scripts/oe-setup-builddir
parent8d40582b195ee64f227465c03293d6e50b047f64 (diff)
downloadopenembedded-core-contrib-37ac9a0823690bd3e031c04e2351a41af04e8aa1.tar.gz
scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x[-rw-r--r--]scripts/oe-setup-builddir6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 2f8a0646b9..58c9ad67e1 100644..100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -37,6 +37,8 @@ fi
cd "$BUILDDIR"
+TEMPLATECONF=meta-yocto/conf
+
#
# $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf
#
@@ -51,8 +53,8 @@ if [ "x" != "x$TEMPLATECONF" ]; then
return
fi
fi
- OECORELAYERCONF="$TEMPLATECONF/bblayers.conf"
- OECORELOCALCONF="$TEMPLATECONF/local.conf"
+ OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
+ OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"
fi
if [ "x" = "x$OECORELOCALCONF" ]; then