mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c8391d0a7a
commit
1adedecc0d
@@ -35,4 +35,4 @@ USE_VT ?= "0"
|
||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
||||
|
||||
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
||||
JFFS2_ERASEBLOCK = "0x10000"
|
||||
JFFS2_ERASEBLOCK = "0x10000"
|
||||
|
||||
Reference in New Issue
Block a user