diff options
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x[-rw-r--r--] | scripts/oe-setup-builddir | 6 |
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 | ||
38 | cd "$BUILDDIR" | 38 | cd "$BUILDDIR" |
39 | 39 | ||
40 | TEMPLATECONF=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" |
56 | fi | 58 | fi |
57 | 59 | ||
58 | if [ "x" = "x$OECORELOCALCONF" ]; then | 60 | if [ "x" = "x$OECORELOCALCONF" ]; then |