support/testing/tests/boot/test_atf: DTC needed for ATF Vexpress test
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Aug 2020 20:14:24 +0000 (22:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 9 Aug 2020 20:14:24 +0000 (22:14 +0200)
commit9e3397cfab7d4a3de163804ed3a55d04ea96a16f
treeb00a101e949e39540083567d1ab137c516b65daa
parentae0557403a3a4cbf5354f0ab1784a08623382e5e
support/testing/tests/boot/test_atf: DTC needed for ATF Vexpress test

Since the bump of ATF to 2.2 for the ATF Vexpress test case in commit
fc3d6a3ed0f5f1ceda7ab64b8b2bee88abd29373
("support/testing/tests/boot/test_atf: update U-Boot/ATF use in
TestATFVexpress"), DTC is now needed otherwise the build fails with:

make[2]: dtc: Command not found
Makefile:873: recipe for target 'build/juno/release/fdts/juno_tb_fw_config.dtb' failed

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/674934470

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/boot/test_atf.py