mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Hob: include hddimg and iso into image types.
For image types, so far we don't include hddimg and iso. Then those files can not be deployed because they are filtered out in the image selection dialog. This patch is to include hddimg and iso (which are "live" in image types). Again, we have a TODO in the code for the future, that is to retrieve image types from the bitbake server instead of to use the walkaround. (Bitbake rev: d565507940be73fb5ea3ae7048d8d143c44c2a95) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
73444fb68c
commit
53cc2c6cac
@@ -758,8 +758,8 @@ class Builder(gtk.Window):
|
||||
flags = gtk.DIALOG_MODAL
|
||||
| gtk.DIALOG_DESTROY_WITH_PARENT
|
||||
| gtk.DIALOG_NO_SEPARATOR,
|
||||
buttons = ("Close", gtk.RESPONSE_NO,
|
||||
"Make usb image", gtk.RESPONSE_YES))
|
||||
buttons = ("Make usb image", gtk.RESPONSE_YES,
|
||||
"Close", gtk.RESPONSE_NO))
|
||||
response = dialog.run()
|
||||
dialog.destroy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user