support/testing: test_lxc: use ARM arm external toolchain
authorRomain Naour <romain.naour@gmail.com>
Sun, 5 Apr 2020 23:04:12 +0000 (01:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 6 Apr 2020 20:16:36 +0000 (22:16 +0200)
commitabe170d94f3d4aadd852c7ee16bc3008e7faa3cc
tree106d01debec34116156b6743ef2402185bbcf2b3
parent96ee994443b3f3ca5e6259c684bbfb80ea5034ad
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] 2196ee25ff29c87001a42a382655d5b52d5de3c4
[2] b3d979c0d1b10de501576644e7dcdba708889b0c

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/test_lxc.py