bitbake: hob/image_details/run_image: Kernel must be set

- when displaying image details, even if the kernel information is not shown, the kernel value must be set (if dealing with qemu) otherwise running the image will throw an error
(Bitbake rev: 334125a98ecb8a938aee4bc530205ad75099361c)

Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ioana Grigoropol 2012-10-03 14:13:18 +03:00 committed by Richard Purdie
parent 0e6cc44a11
commit 93fdfafbfc
1 changed files with 2 additions and 2 deletions

View File

@ -329,8 +329,8 @@ class ImageDetailsPage (HobPage):
# The default kernel box for the qemu images
self.sel_kernel = ""
self.kernel_detail = None
#if 'qemu' in image_name:
# self.sel_kernel = self.get_kernel_file_name()
if 'qemu' in image_name:
self.sel_kernel = self.get_kernel_file_name()
# varlist = ["Kernel: "]
# vallist = []