mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user