Hob: add Templates and Settings on image details screen
authorShane Wang <shane.wang@intel.com>
Wed, 28 Mar 2012 16:10:30 +0000 (00:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Mar 2012 20:12:56 +0000 (21:12 +0100)
commitfd8f1cc9d2dd45626d1dbb24ece5868345fc1a06
treec3741a497dfe2e4b8476b29c31924783312cdba4
parentef663343948f92c9574e58b53742f99a71f93189
Hob: add Templates and Settings on image details screen

This patch is to add Templates and Settings tool buttons on the image
details screen, which makes things easier and simplier.

In order to fulfill that, the code splits the functions
show_load_template_dialog() and show_adv_settings_dialog() in builder.py
because they will possibly be called from different screens later.

[Yocto #2163]

(Bitbake rev: 29bea7b7076a7b74d36237da86a4eff6605d17ec)

Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builder.py
bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
bitbake/lib/bb/ui/crumbs/imagedetailspage.py