mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5643598a63
commit
8784e75a71
@@ -20,3 +20,6 @@ pulse:x:520:
|
|||||||
bind:x:521:
|
bind:x:521:
|
||||||
builder:x:522:
|
builder:x:522:
|
||||||
_apt:x:523:
|
_apt:x:523:
|
||||||
|
weston-launch:x:524:
|
||||||
|
weston:x:525:
|
||||||
|
wayland:x:526:
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ pulse:x:520:520::/:/bin/nologin
|
|||||||
bind:x:521:521::/:/bin/nologin
|
bind:x:521:521::/:/bin/nologin
|
||||||
builder:x:522:522::/:/bin/nologin
|
builder:x:522:522::/:/bin/nologin
|
||||||
_apt:x:523:523::/:/bin/nologin
|
_apt:x:523:523::/:/bin/nologin
|
||||||
|
weston:x:525:525::/:/bin/nologin
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ class ReproducibleTests(OESelftestTestCase):
|
|||||||
package_classes = ['deb', 'ipk', 'rpm']
|
package_classes = ['deb', 'ipk', 'rpm']
|
||||||
|
|
||||||
# targets are the things we want to test the reproducibility of
|
# targets are the things we want to test the reproducibility of
|
||||||
targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world']
|
targets = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'core-image-weston', 'world']
|
||||||
# sstate targets are things to pull from sstate to potentially cut build/debugging time
|
# sstate targets are things to pull from sstate to potentially cut build/debugging time
|
||||||
sstate_targets = []
|
sstate_targets = []
|
||||||
save_results = False
|
save_results = False
|
||||||
|
|||||||
Reference in New Issue
Block a user