]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
selftest/reproducible: Update config to match ongoing changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Aug 2023 13:32:57 +0000 (14:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Aug 2023 08:31:11 +0000 (09:31 +0100)
We can't have systemd here any longer without usrmerge. We don't really
want to enable the latter since having separate usr will likely result in
a class of reproducibility and host contamination issues that enabling it
might hide.

Also drop INHIBIT_PACKAGE_STRIP since we generally don't build with that
and the debug binaries should be generated regardless. I suspect this
is legacy from older issues.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 0f7e6eb376ef3e24300eb1a090d98981b6d6aee0..4c6ed4e4a506d3146b816d9d3bf4fb7c8457e29d 100644 (file)
@@ -212,10 +212,9 @@ class ReproducibleTests(OESelftestTestCase):
 
         config = textwrap.dedent('''\
             PACKAGE_CLASSES = "{package_classes}"
-            INHIBIT_PACKAGE_STRIP = "1"
             TMPDIR = "{tmpdir}"
             LICENSE_FLAGS_ACCEPTED = "commercial"
-            DISTRO_FEATURES:append = ' systemd pam'
+            DISTRO_FEATURES:append = ' pam'
             USERADDEXTENSION = "useradd-staticids"
             USERADD_ERROR_DYNAMIC = "skip"
             USERADD_UID_TABLES += "files/static-passwd"