summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index 03afc553f3..c47d67a222 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -426,6 +426,8 @@ class ImageDetailsPage (HobPage):
426 return mach_runnable 426 return mach_runnable
427 427
428 def test_deployable(self, image_name): 428 def test_deployable(self, image_name):
429 if self.builder.configuration.curr_mach.startswith("qemu"):
430 return False
429 deployable = False 431 deployable = False
430 for t in self.builder.parameters.deployable_image_types: 432 for t in self.builder.parameters.deployable_image_types:
431 if image_name.endswith(t): 433 if image_name.endswith(t):