]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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>
Fri, 4 Oct 2013 13:35:09 +0000 (14:35 +0100)
commitbd720fb63cef6b399619b8fbcaeb8d7710f2d6df
tree64822e20dc247734f3cf8e2e369d7144dd86d669
parent2d0ec8ff083b636a6cf98de3278900eb95c3def6
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]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/command.py
lib/bb/cooker.py
lib/bb/data_smart.py
lib/bb/ui/crumbs/builder.py
lib/bb/ui/crumbs/hobeventhandler.py