bitbake: cooker/cookerdata: Ensure UI event log is updated from commandline

Currently the eventlog is not handled correctly for memory resident
bitbake. Fix this by allowing adpations to configuration changes.

(Bitbake rev: f7d2c9116116659ea42260a3bb96dca100aadae7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2020-08-24 13:25:22 +01:00
parent e3a864c4a3
commit 59421f688c
2 changed files with 12 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class ConfigParameters(object):
"extra_assume_provided", "profile",
"prefile", "postfile", "server_timeout",
"nosetscene", "setsceneonly", "skipsetscene",
"runall", "runonly"]:
"runall", "runonly", "writeeventlog"]:
options[o] = getattr(self.options, o)
options['build_verbose_shell'] = self.options.verbose