diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-03 14:58:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:12 +0100 |
commit | 1adedecc0d0e61131fe0da9eecdb56d5a6d7e464 (patch) | |
tree | 48157e5dd25f6e33a3fa6436c4998c502ac1f46b /scripts | |
parent | c8391d0a7a6efc31f60eed747dc6ce2ac2275ec1 (diff) | |
download | poky-1adedecc0d0e61131fe0da9eecdb56d5a6d7e464.tar.gz |
scripts: fix no newline at end of file
Add a '\n' to the last line of the file to fix:
No newline at end of file
(From meta-yocto rev: 58cc5c502bd0309feed65ab7836ed8fbaab6ced9)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 2e704263e1..9ea411933c 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" | |||
35 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 35 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
36 | 36 | ||
37 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | 37 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" |
38 | JFFS2_ERASEBLOCK = "0x10000" \ No newline at end of file | 38 | JFFS2_ERASEBLOCK = "0x10000" |