summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-03-01 18:46:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 20:39:35 +0000
commit8784e75a71a1fabeab36b35a8a48ceba73f206a4 (patch)
tree298749afe97547fa955701c788166c497a5b1947 /meta-selftest
parent5643598a63f8a2810ac24e5cdf8bada7b31c3ff1 (diff)
downloadpoky-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-selftest')
-rw-r--r--meta-selftest/files/static-group5
-rw-r--r--meta-selftest/files/static-passwd3
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group
index 5487ed6e32..b2e0e2f870 100644
--- a/meta-selftest/files/static-group
+++ b/meta-selftest/files/static-group
@@ -19,4 +19,7 @@ tracing:x:519:
19pulse:x:520: 19pulse:x:520:
20bind:x:521: 20bind:x:521:
21builder:x:522: 21builder:x:522:
22_apt:x:523: \ No newline at end of file 22_apt:x:523:
23weston-launch:x:524:
24weston:x:525:
25wayland:x:526:
diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd
index f663361f4a..2cfd0c9b42 100644
--- a/meta-selftest/files/static-passwd
+++ b/meta-selftest/files/static-passwd
@@ -15,4 +15,5 @@ sshd:x:516:516::/:/bin/nologin
15pulse:x:520:520::/:/bin/nologin 15pulse:x:520:520::/:/bin/nologin
16bind:x:521:521::/:/bin/nologin 16bind:x:521:521::/:/bin/nologin
17builder:x:522:522::/:/bin/nologin 17builder:x:522:522::/:/bin/nologin
18_apt:x:523:523::/:/bin/nologin \ No newline at end of file 18_apt:x:523:523::/:/bin/nologin
19weston:x:525:525::/:/bin/nologin