bitbake: bitbake/hob: removing extra parameters from conf files using hob
authorCristiana Voicu <cristiana.voicu@intel.com>
Fri, 4 Oct 2013 13:19:45 +0000 (16:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Oct 2013 08:37:34 +0000 (09:37 +0100)
commit788b0993c8242cac49c3ae282a963fef388eb493
tree2728aca9245ea965f81580d994f0c55ac93633d8
parent6632d6384f37ac47b8e591f43fb6b53b9134a689
bitbake: bitbake/hob: removing extra parameters from conf files using hob

In Hob settings, there is a tab to add/remove extra settings. This
patch implements a way to "remove" variables from conf files, through
bitbake. But, to keep the history assigment of the variables synchronized,
instead of removing, it replaces the lines with blank lines.

[YOCTO #5284]
(Bitbake rev: bd720fb63cef6b399619b8fbcaeb8d7710f2d6df)

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