aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cookerdata.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-24 13:25:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-24 17:47:59 +0100
commitf7d2c9116116659ea42260a3bb96dca100aadae7 (patch)
tree6b078ac0f74c7c560c495236efaf4c833a3e5079 /lib/bb/cookerdata.py
parent5dc178e7fae3ca8558146e385a05f5d96a021777 (diff)
downloadbitbake-f7d2c9116116659ea42260a3bb96dca100aadae7.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cookerdata.py')
-rw-r--r--lib/bb/cookerdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index 9eddf7cf6..3baa9ade1 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -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