diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index cd7aa8aafa..1f0ed32fa0 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -151,7 +151,7 @@ class ReproducibleTests(OESelftestTestCase): | |||
| 151 | 151 | ||
| 152 | def setUpLocal(self): | 152 | def setUpLocal(self): |
| 153 | super().setUpLocal() | 153 | super().setUpLocal() |
| 154 | needed_vars = ['TOPDIR', 'TARGET_PREFIX', 'BB_NUMBER_THREADS'] | 154 | needed_vars = ['TOPDIR', 'TARGET_PREFIX', 'BB_NUMBER_THREADS', 'BB_HASHSERVE'] |
| 155 | bb_vars = get_bb_vars(needed_vars) | 155 | bb_vars = get_bb_vars(needed_vars) |
| 156 | for v in needed_vars: | 156 | for v in needed_vars: |
| 157 | setattr(self, v.lower(), bb_vars[v]) | 157 | setattr(self, v.lower(), bb_vars[v]) |
| @@ -225,7 +225,7 @@ class ReproducibleTests(OESelftestTestCase): | |||
| 225 | # mirror, forcing a complete build from scratch | 225 | # mirror, forcing a complete build from scratch |
| 226 | config += textwrap.dedent('''\ | 226 | config += textwrap.dedent('''\ |
| 227 | SSTATE_DIR = "${TMPDIR}/sstate" | 227 | SSTATE_DIR = "${TMPDIR}/sstate" |
| 228 | SSTATE_MIRRORS = "" | 228 | SSTATE_MIRRORS = "file://.*/.*-native.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH file://.*/.*-cross.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
| 229 | ''') | 229 | ''') |
| 230 | 230 | ||
| 231 | self.logger.info("Building %s (sstate%s allowed)..." % (name, '' if use_sstate else ' NOT')) | 231 | self.logger.info("Building %s (sstate%s allowed)..." % (name, '' if use_sstate else ' NOT')) |
