summaryrefslogtreecommitdiffstats
path: root/bitbake/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-25 18:14:53 +0100
commit59421f688ce5a6ca95e7a02bb4e517b4690cad8c (patch)
treeaf4d7af53257b5691c62a8181bc023cde73df6c7 /bitbake/lib/bb/cookerdata.py
parente3a864c4a351e55ac4ad003d166c87cbb6817d42 (diff)
downloadpoky-59421f688ce5a6ca95e7a02bb4e517b4690cad8c.tar.gz
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>
Diffstat (limited to 'bitbake/lib/bb/cookerdata.py')
-rw-r--r--bitbake/lib/bb/cookerdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py
index 9eddf7cf6a..3baa9ade1b 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/lib/bb/cookerdata.py
@@ -62,7 +62,7 @@ class ConfigParameters(object):
62 "extra_assume_provided", "profile", 62 "extra_assume_provided", "profile",
63 "prefile", "postfile", "server_timeout", 63 "prefile", "postfile", "server_timeout",
64 "nosetscene", "setsceneonly", "skipsetscene", 64 "nosetscene", "setsceneonly", "skipsetscene",
65 "runall", "runonly"]: 65 "runall", "runonly", "writeeventlog"]:
66 options[o] = getattr(self.options, o) 66 options[o] = getattr(self.options, o)
67 67
68 options['build_verbose_shell'] = self.options.verbose 68 options['build_verbose_shell'] = self.options.verbose