diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 97a9c3da90..7c6cf3eb1f 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
| @@ -135,7 +135,8 @@ class ReproducibleTests(OESelftestTestCase): | |||
| 135 | max_report_size = 250 * 1024 * 1024 | 135 | max_report_size = 250 * 1024 * 1024 |
| 136 | 136 | ||
| 137 | # targets are the things we want to test the reproducibility of | 137 | # targets are the things we want to test the reproducibility of |
| 138 | targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'core-image-weston', 'world'] | 138 | # Have to add the virtual targets manually for now as builds may or may not include them as they're exclude from world |
| 139 | targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'core-image-weston', 'world', 'virtual/librpc', 'virtual/libsdl2', 'virtual/crypt'] | ||
| 139 | 140 | ||
| 140 | # sstate targets are things to pull from sstate to potentially cut build/debugging time | 141 | # sstate targets are things to pull from sstate to potentially cut build/debugging time |
| 141 | sstate_targets = [] | 142 | sstate_targets = [] |
