diff options
Diffstat (limited to 'meta/classes-recipe/image-live.bbclass')
-rw-r--r-- | meta/classes-recipe/image-live.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-recipe/image-live.bbclass b/meta/classes-recipe/image-live.bbclass index 168774a464..95dd44a8c0 100644 --- a/meta/classes-recipe/image-live.bbclass +++ b/meta/classes-recipe/image-live.bbclass | |||
@@ -260,6 +260,5 @@ python do_bootimg() { | |||
260 | bb.build.exec_func('create_symlinks', d) | 260 | bb.build.exec_func('create_symlinks', d) |
261 | } | 261 | } |
262 | do_bootimg[subimages] = "hddimg iso" | 262 | do_bootimg[subimages] = "hddimg iso" |
263 | do_bootimg[imgsuffix] = "." | ||
264 | 263 | ||
265 | addtask bootimg before do_image_complete after do_rootfs | 264 | addtask bootimg before do_image_complete after do_rootfs |