summaryrefslogtreecommitdiffstats
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)
downloadpoky-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
37 37
38cd "$BUILDDIR" 38cd "$BUILDDIR"
39 39
40TEMPLATECONF=meta-yocto/conf
41
40# 42#
41# $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf 43# $TEMPLATECONF can point to a directory for the template local.conf & bblayers.conf
42# 44#
@@ -51,8 +53,8 @@ if [ "x" != "x$TEMPLATECONF" ]; then
51 return 53 return
52 fi 54 fi
53 fi 55 fi
54 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf" 56 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
55 OECORELOCALCONF="$TEMPLATECONF/local.conf" 57 OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"
56fi 58fi
57 59
58if [ "x" = "x$OECORELOCALCONF" ]; then 60if [ "x" = "x$OECORELOCALCONF" ]; then