diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 89eb5f378e..cd1783770b 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -396,6 +396,7 @@ python write_image_manifest () { | |||
396 | from oe.rootfs import image_list_installed_packages | 396 | from oe.rootfs import image_list_installed_packages |
397 | with open(d.getVar('IMAGE_MANIFEST', True), 'w+') as image_manifest: | 397 | with open(d.getVar('IMAGE_MANIFEST', True), 'w+') as image_manifest: |
398 | image_manifest.write(image_list_installed_packages(d, 'ver')) | 398 | image_manifest.write(image_list_installed_packages(d, 'ver')) |
399 | image_manifest.write("\n") | ||
399 | } | 400 | } |
400 | 401 | ||
401 | # Can be use to create /etc/timestamp during image construction to give a reasonably | 402 | # Can be use to create /etc/timestamp during image construction to give a reasonably |