OSDN Git Service

travis.yml: Use the libfdt from the distro instead of the submodule
authorThomas Huth <thuth@redhat.com>
Fri, 20 Jan 2023 07:53:30 +0000 (08:53 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (13:25 +0100)
commit769897bd0f4f9c2fe806d94d88aea1be85774342
tree1c653adb31591633848e32a228dbea5fb12c3e42
parentddf0944aa4b0c2d6516478a3e825149918b7a892
travis.yml: Use the libfdt from the distro instead of the submodule

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.

Message-Id: <20230120075330.2076773-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.travis.yml