From: Jan-Simon Moeller <jsmoel...@linuxfoundation.org> 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 <jsmoel...@linuxfoundation.org> --- meta-selftest/files/static-group | 5 ++++- meta-selftest/files/static-passwd | 3 ++- meta/lib/oeqa/selftest/cases/reproducible.py | 2 +- 3 files changed, 7 insertions(+), 3 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: 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: 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 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 diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index bbc5c0d8a4..a510ad5200 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -155,7 +155,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 -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148810): https://lists.openembedded.org/g/openembedded-core/message/148810 Mute This Topic: https://lists.openembedded.org/mt/81004081/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-