diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-03-01 18:46:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | 8784e75a71a1fabeab36b35a8a48ceba73f206a4 (patch) | |
tree | 298749afe97547fa955701c788166c497a5b1947 /meta | |
parent | 5643598a63f8a2810ac24e5cdf8bada7b31c3ff1 (diff) | |
download | poky-8784e75a71a1fabeab36b35a8a48ceba73f206a4.tar.gz |
Add core-image-weston to reproducible build tests
This change adds core-image-weston to the reproducible build test.
For this we also need to update the static-group and static-passwd.
Besides the world package build which includes the wayland package,
this adds a wayland/weston-based image to the reproducible build test.
(From OE-Core rev: ffc4de47988ccf7568eecc8a27e8964beeaaacfb)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |