mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:31:28 +00: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:
parent
5df06735ac
commit
c4c58b13c2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user