kumquat-buildroot/support/testing/tests
Romain Naour abe170d94f support/testing: test_lxc: use ARM arm external toolchain
Until now, the lxc test was using the ARM CodeSourcery 2014.05 armv5 toolchain.
But the recent systemd version bump to 245 added a toolchain dependency
on systemd package due to build issues with gcc < 5.0.

Before [1] the lxc test was failing to build with the ARM CodeSourcery 2014.05
toolchain. After [1], the test is faling at runtime since the
"BR2_INIT_SYSTEMD=y" symbol disapear from the dot config (.config) due to
the new toolchain dependency.

Fix this by using the same toolchain as for the systemd tests [2]

[1] 2196ee25ff
[2] b3d979c0d1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-06 22:16:36 +02:00
..
boot support/testing: test_syslinux: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE 2020-04-06 22:16:36 +02:00
core support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
download support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
fs support/testing: factor out run_cmd_on_host 2019-08-11 22:11:58 +02:00
init support/testing: fix systemd test by using a more recent gcc 2020-04-05 20:32:10 +02:00
package support/testing: test_lxc: use ARM arm external toolchain 2020-04-06 22:16:36 +02:00
toolchain
utils support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
__init__.py