]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add core-image-weston to reproducible build tests
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 1 Mar 2021 17:46:23 +0000 (18:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 20:35:08 +0000 (20:35 +0000)
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.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/files/static-group
meta-selftest/files/static-passwd
meta/lib/oeqa/selftest/cases/reproducible.py

index 5487ed6e322dd7ffa1d2c07d26bac6381e1ede02..b2e0e2f870c08e09e8c6e54ff158bc6e5f405424 100644 (file)
@@ -19,4 +19,7 @@ tracing:x:519:
 pulse:x:520:
 bind:x:521:
 builder:x:522:
-_apt:x:523:
\ No newline at end of file
+_apt:x:523:
+weston-launch:x:524:
+weston:x:525:
+wayland:x:526:
index f663361f4a9073210bc8e1de3d678ff14069fda3..2cfd0c9b42e3010bc54e51bc38bc2403ba0db6a8 100644 (file)
@@ -15,4 +15,5 @@ sshd:x:516:516::/:/bin/nologin
 pulse:x:520:520::/:/bin/nologin
 bind:x:521:521::/:/bin/nologin
 builder:x:522:522::/:/bin/nologin
-_apt:x:523:523::/:/bin/nologin
\ No newline at end of file
+_apt:x:523:523::/:/bin/nologin
+weston:x:525:525::/:/bin/nologin
index 9c6f2e89d92970bf69bcd08adfdd9b883521e51a..1d4e744250a619f53852f05229b8144543b1c765 100644 (file)
@@ -152,7 +152,7 @@ class ReproducibleTests(OESelftestTestCase):
     package_classes = ['deb', 'ipk', 'rpm']
 
     # 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 = []
     save_results = False