]> code.ossystems Code Review - openembedded-core.git/commitdiff
.templateconf: New file for customized template defaults
authorGary Thomas <gary@mlbassoc.com>
Mon, 24 Feb 2014 17:11:49 +0000 (17:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 15:11:07 +0000 (08:11 -0700)
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>
.templateconf [new file with mode: 0644]

diff --git a/.templateconf b/.templateconf
new file mode 100644 (file)
index 0000000..0bf5ecf
--- /dev/null
@@ -0,0 +1,2 @@
+# Template settings
+TEMPLATECONF=${TEMPLATECONF:-meta/conf}