mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
hob: enable package only builds even if an image has been built
Once an image build has been performed the selected_image variable would prevent the package only build choice being triggered - by setting the variable to None on reset we are able to perform package only builds after an image build. (Bitbake rev: 705156e2812afb288632f01416fcbbf9add26bee) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
081990b2a3
commit
6bed96c4dc
@@ -322,6 +322,7 @@ class MainWindow (gtk.Window):
|
||||
if response == gtk.RESPONSE_OK:
|
||||
self.reset_build()
|
||||
self.search.set_text("")
|
||||
self.selected_image = None
|
||||
return
|
||||
|
||||
def reset_build(self):
|
||||
|
||||
Reference in New Issue
Block a user