summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-10 14:32:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-11 09:36:05 +0100
commitc4c58b13c2ffd45d915cc8d122162be724249b56 (patch)
tree6e4111372f1b8c7d4cdd26dba2f9bca209d332d5 /meta/lib/oeqa/selftest/cases/reproducible.py
parent5df06735acffa07c9bada6cb90ef8d2e099c8b12 (diff)
downloadpoky-c4c58b13c2ffd45d915cc8d122162be724249b56.tar.gz
selftest/reproducible: Update config to match ongoing changes
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. (From OE-Core rev: 7b7411788e805fa067dd672c9771dcaf2af918a0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 0f7e6eb376..4c6ed4e4a5 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -212,10 +212,9 @@ class ReproducibleTests(OESelftestTestCase):
212 212
213 config = textwrap.dedent('''\ 213 config = textwrap.dedent('''\
214 PACKAGE_CLASSES = "{package_classes}" 214 PACKAGE_CLASSES = "{package_classes}"
215 INHIBIT_PACKAGE_STRIP = "1"
216 TMPDIR = "{tmpdir}" 215 TMPDIR = "{tmpdir}"
217 LICENSE_FLAGS_ACCEPTED = "commercial" 216 LICENSE_FLAGS_ACCEPTED = "commercial"
218 DISTRO_FEATURES:append = ' systemd pam' 217 DISTRO_FEATURES:append = ' pam'
219 USERADDEXTENSION = "useradd-staticids" 218 USERADDEXTENSION = "useradd-staticids"
220 USERADD_ERROR_DYNAMIC = "skip" 219 USERADD_ERROR_DYNAMIC = "skip"
221 USERADD_UID_TABLES += "files/static-passwd" 220 USERADD_UID_TABLES += "files/static-passwd"