diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 9c6f2e89d9..1d4e744250 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -152,7 +152,7 @@ class ReproducibleTests(OESelftestTestCase): | |||
152 | package_classes = ['deb', 'ipk', 'rpm'] | 152 | package_classes = ['deb', 'ipk', 'rpm'] |
153 | 153 | ||
154 | # targets are the things we want to test the reproducibility of | 154 | # targets are the things we want to test the reproducibility of |
155 | targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world'] | 155 | targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'core-image-weston', 'world'] |
156 | # sstate targets are things to pull from sstate to potentially cut build/debugging time | 156 | # sstate targets are things to pull from sstate to potentially cut build/debugging time |
157 | sstate_targets = [] | 157 | sstate_targets = [] |
158 | save_results = False | 158 | save_results = False |