[oe] [meta-virtualization] [PATCH 1/2] conf/layer.conf: fix No newline at end of file

2013-10-18 Thread Robert Yang
The last line lacked a newline (usually '\n', aka CR or CRLF) in the end, so there was a warning from git diff: \ No newline at end of file The last byte of the file should be a newline. Note: It seems that nothing is changed in this commit, but it does change the end of the last line.

Re: [oe] [meta-virtualization] [PATCH 1/2] conf/layer.conf: fix No newline at end of file

2013-10-18 Thread Bruce Ashfield
FYI: this should go to meta-virtualizat...@yoctoproject.org, but I can pick up the patch from here. Cheers, Bruce On Fri, Oct 18, 2013 at 4:22 AM, Robert Yang liezhi.y...@windriver.com wrote: The last line lacked a newline (usually '\n', aka CR or CRLF) in the end, so there was a warning from