kumquat-buildroot/support/testing/tests/init
Romain Naour f2040c09e6 support/testing: TestSELinuxSystemd{Ext4, Squashfs} add midding libelf kernel dependency
objtool built by the kernel requires libelf

ldd TestSELinuxSystemdExt4/build/linux-6.1.26/tools/objtool/objtool
  linux-vdso.so.1
  libelf.so.1 => TestSELinuxSystemdExt4/host/lib/libelf.so.1

While updating the kernel used in TestSELinuxSystemd [1] we
forgot to select BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF to provide
Buildroot's host-libelf. Using host-libelf avoid linking with
libelf installed on the host or failing to build objtool if
libelf is not installed.

[1] 60b84fb7ce

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4725186370 (TestSELinuxSystemdSquashfs)
https://gitlab.com/buildroot.org/buildroot/-/jobs/4725186368 (TestSELinuxSystemdExt4)

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-30 12:10:32 +02:00
..
systemd-factory/var/foo
test_systemd_selinux support/testing/tests/init/test_systemd_selinux: new SELinuxSystemdSquashfs test 2020-10-06 15:30:12 +02:00
__init__.py
base.py support/testing: revert the last change of check_network() 2021-08-24 23:54:53 +02:00
test_busybox.py
test_none.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_openrc.py support/testing: test_openrc: switch to ARM arm toolchain and builtin kernel 2021-09-21 22:21:00 +02:00
test_systemd_selinux.py support/testing: TestSELinuxSystemd{Ext4, Squashfs} add midding libelf kernel dependency 2023-07-30 12:10:32 +02:00
test_systemd.py support/tests: enable PPD, and thus TLPB, for systemd tests 2023-02-07 09:34:08 +01:00