bitbake: hob/bitbake: create a template (a .bb file) from hob through bitbake
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 29 Jul 2013 09:55:06 +0000 (09:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2013 12:02:24 +0000 (13:02 +0100)
commit6362321d2bd058cfdad3ccbc7be193b8451584e9
tree86b4d2d3a2ee56bf5b5c0954688293e832e4a4a4
parent1f37188273bfcc0331ccd7a11dc901c1e7b62b73
bitbake: hob/bitbake: create a template (a .bb file) from hob through bitbake

Modified generateNewImage function from cooker, in order to be used to
save a template in Hob.
Created a command to ensure that some dirs are created. The templates
(recipes) will be saved in {TOPDIR}/recipes/images folder.
Called these methods from Hob.

[YOCTO #4193]
(Bitbake rev: 96ffa00945c7eb09a0132fa47159aef3ef20fb3e)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/command.py
bitbake/lib/bb/cooker.py
bitbake/lib/bb/ui/crumbs/builder.py
bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py
bitbake/lib/bb/ui/crumbs/hobeventhandler.py
bitbake/lib/bb/ui/crumbs/imagedetailspage.py