aboutsummaryrefslogtreecommitdiffstats
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:07 -0700
commit23f7decb84922a3467c5b10b013e66596926b5cf (patch)
tree93a4141068ae8ed98542f997894fb341c5debd3e /.templateconf
parent4474357faf2cbca250e99630d749776fbc80d44b (diff)
downloadopenembedded-core-contrib-23f7decb84922a3467c5b10b013e66596926b5cf.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..0bf5ecf1e5
--- /dev/null
+++ b/.templateconf
@@ -0,0 +1,2 @@
+# Template settings
+TEMPLATECONF=${TEMPLATECONF:-meta/conf}