From 614faa66a442069b8cd81ee74a01ecc5d73870d9 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Mon, 24 Feb 2014 17:11:49 +0000 Subject: .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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .templateconf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .templateconf (limited to '.templateconf') diff --git a/.templateconf b/.templateconf new file mode 100644 index 0000000..0650a46 --- /dev/null +++ b/.templateconf @@ -0,0 +1,2 @@ +# Template settings +TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} -- cgit v1.1