bitbake: hob/image_details/run_image: Kernel must be set
authorIoana Grigoropol <ioanax.grigoropol@intel.com>
Wed, 3 Oct 2012 11:13:18 +0000 (14:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2012 16:30:18 +0000 (17:30 +0100)
- 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>
bitbake/lib/bb/ui/crumbs/imagedetailspage.py

index 44f8987..03afc55 100755 (executable)
@@ -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 = []