[poky] [PATCH 2/2] scripts: fix no newline at end of file

Robert Yang liezhi.yang at windriver.com
Wed Jul 2 23:58:17 PDT 2014


Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index 2e70426..9ea4119 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -35,4 +35,4 @@ USE_VT ?= "0"
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-JFFS2_ERASEBLOCK = "0x10000"
\ No newline at end of file
+JFFS2_ERASEBLOCK = "0x10000"
-- 
1.8.3.1



More information about the poky mailing list