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:14:27 -0700
commit614faa66a442069b8cd81ee74a01ecc5d73870d9 (patch)
treedb5188f5fda3242ea5595a2243d2ded52e3c7378 /.templateconf
parent5662ab61b4f840aedb7787211c06a8060ed1da74 (diff)
downloadpoky-614faa66a442069b8cd81ee74a01ecc5d73870d9.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. (From meta-yocto rev: 75ba1055872b74735c674cca2e8d54c2d4a545a0) 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 @@
1# Template settings
2TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}