Browse Source

image-buildinfo: restore trailing newline

The last line in the generated /etc/build doesn't end
with a newline anymore, restore it.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
André Draszik 7 years ago
parent
commit
afbd391706
1 changed files with 3 additions and 1 deletions
  1. 3 1
      meta/classes/image-buildinfo.bbclass

+ 3 - 1
meta/classes/image-buildinfo.bbclass

@@ -71,7 +71,9 @@ Build Configuration:  |
 Layer Revisions:      |
 -----------------------
 ''',
-            get_layer_revs(d)
+            get_layer_revs(d),
+            '''
+'''
        ))
 }