I wonder if this also addresses some of the existing entries on the exception list?
Alex On Sun 27. Dec 2020 at 13.10, Richard Purdie < [email protected]> wrote: > Its surprising we've made it this far without this, add in some specific > uid/gid settings to ensure these don't cause false positives to the tests. > > Signed-off-by: Richard Purdie <[email protected]> > --- > meta/lib/oeqa/selftest/cases/reproducible.py | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py > b/meta/lib/oeqa/selftest/cases/reproducible.py > index e3597d5081a..eee494e5cc8 100644 > --- a/meta/lib/oeqa/selftest/cases/reproducible.py > +++ b/meta/lib/oeqa/selftest/cases/reproducible.py > @@ -249,6 +249,10 @@ class ReproducibleTests(OESelftestTestCase): > TMPDIR = "{tmpdir}" > LICENSE_FLAGS_WHITELIST = "commercial" > DISTRO_FEATURES_append = ' systemd pam' > + USERADDEXTENSION = "useradd-staticids" > + USERADD_ERROR_DYNAMIC = "skip" > + USERADD_UID_TABLES += "files/static-passwd" > + USERADD_GID_TABLES += "files/static-group" > ''').format(package_classes=' '.join('package_%s' % c for c > in self.package_classes), > tmpdir=tmpdir) > > -- > 2.27.0 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146226): https://lists.openembedded.org/g/openembedded-core/message/146226 Mute This Topic: https://lists.openembedded.org/mt/79248370/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
