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 <[email protected]> --- .templateconf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .templateconf diff --git a/.templateconf b/.templateconf new file mode 100644 index 0000000..0bf5ecf --- /dev/null +++ b/.templateconf @@ -0,0 +1,2 @@ +# Template settings +TEMPLATECONF=${TEMPLATECONF:-meta/conf} -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
