summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
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