summaryrefslogtreecommitdiffstats
path: root/.templateconf
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2014-02-24 17:11:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 08:11:31 -0700
commit75ba1055872b74735c674cca2e8d54c2d4a545a0 (patch)
tree538ce02deeee76b6bbfd8bbfd4f68a353587d36a /.templateconf
parent752d64f5e2c9cccf939b131bbcb5bd52b5d1e6c6 (diff)
downloadopenembedded-core-contrib-75ba1055872b74735c674cca2e8d54c2d4a545a0.tar.gz
.templateconf: New file for customized template defaults
This file will allow easy customization of the build tools, in particular the default setting of TEMPLATECONF, which should reduce the need to fiddle with scripts in the future. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
-rw-r--r--.templateconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.templateconf b/.templateconf
new file mode 100644
index 0000000000..0650a46625
--- /dev/null
+++ b/.templateconf
@@ -0,0 +1,2 @@
+# Template settings
+TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}