diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index a68f72ff23..415a1ef577 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -239,6 +239,10 @@ class ReproducibleTests(OESelftestTestCase): | |||
239 | capture_vars.append("BB_CONSOLELOG") | 239 | capture_vars.append("BB_CONSOLELOG") |
240 | config += 'BB_CONSOLELOG = "${LOG_DIR}/cooker/${MACHINE}/console.log"\n' | 240 | config += 'BB_CONSOLELOG = "${LOG_DIR}/cooker/${MACHINE}/console.log"\n' |
241 | 241 | ||
242 | # We want different log files for each build, but a persistent bitbake | ||
243 | # may reuse the previous log file so restart the bitbake server. | ||
244 | bitbake("--kill-server") | ||
245 | |||
242 | bitbake_failure_count = 0 | 246 | bitbake_failure_count = 0 |
243 | if not use_sstate: | 247 | if not use_sstate: |
244 | if self.sstate_targets: | 248 | if self.sstate_targets: |