Re: [PATCH v2] travis.yml: Use the libfdt from the distro instead of the submodule

2023-01-20 Thread Philippe Mathieu-Daudé
On 20/1/23 08:53, Thomas Huth wrote: No need to compile-test third party submodules over and over again if we can simply use the pre-build library from the distribution instead. By also adding --enable-fdt=system to the configure options, we can also avoid to check out the "dtc" submodule here.

[PATCH v2] travis.yml: Use the libfdt from the distro instead of the submodule

2023-01-19 Thread Thomas Huth
No need to compile-test third party submodules over and over again if we can simply use the pre-build library from the distribution instead. By also adding --enable-fdt=system to the configure options, we can also avoid to check out the "dtc" submodule here. Signed-off-by: Thomas Huth --- v2: A