From: Gary Thomas Date: Mon, 24 Feb 2014 17:11:49 +0000 (+0000) Subject: .templateconf: New file for customized template defaults X-Git-Tag: 2015-4~3369 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23f7decb84922a3467c5b10b013e66596926b5cf;p=openembedded-core.git .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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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}