From 59421f688ce5a6ca95e7a02bb4e517b4690cad8c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 24 Aug 2020 13:25:22 +0100 Subject: 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 --- bitbake/lib/bb/cookerdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/cookerdata.py') 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): "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 -- cgit v1.2.3-54-g00ecf