bitbake: hob: create save image dialog used to save a template
authorCristiana Voicu <cristiana.voicu@intel.com>
Thu, 25 Jul 2013 07:25:38 +0000 (07:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2013 12:02:23 +0000 (13:02 +0100)
commit1f37188273bfcc0331ccd7a11dc901c1e7b62b73
treea90515d1d63c54e98ab4015ca5103505330c8b5d
parentff9e72838ae7ae95e7f8a6840292d98de1e5d680
bitbake: hob: create save image dialog used to save a template

Implemented a new dialog used by Hob. This dialog was desinged
in order to permit to save only in a particular directory.
Also, it has a field where the user can type a description
for the image.
Implemented in the handler a method to retrieve the topdir variable,
because the changes will be saved in {topdir}/recipes/images directory.

[YOCTO #4193]
(Bitbake rev: 117d4809a62e28ffe7e9dcda5433993d76f7d934)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builder.py
bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py [new file with mode: 0644]
bitbake/lib/bb/ui/crumbs/hobeventhandler.py
bitbake/lib/bb/ui/crumbs/hoblistmodel.py
bitbake/lib/bb/ui/crumbs/imagedetailspage.py