]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: hob: some settings in Hob are not remembered
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 11 Mar 2013 13:06:58 +0000 (15:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2013 20:58:11 +0000 (20:58 +0000)
commitb844a4292bdf364b3b56796f3b541c1d4a622850
tree4dcb02dfb63725729e56a719357b9ddab3ca852a
parent8852e51bdcb55002e666ab9d4476d98599fdfc67
bitbake: hob: some settings in Hob are not remembered

Some settings in Hob were not saved in Bitbake and they were not displayed
correcty in Hob, because Hob used some other variables with the extension "_HOB".
I have removed this, in order to have a consistency for the variables.
ALso, I called a function to load the extra variables saved in .hob/template_default.hob.

[YOCTO #3957]
(Bitbake rev: 0f62a12ef3fa4daf8f3a289c984115302b75c23d)

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/ui/crumbs/builder.py
bitbake/lib/bb/ui/crumbs/hobeventhandler.py