Skip to content
Snippets Groups Projects
Commit e28c7017 authored by Jerome Forissier's avatar Jerome Forissier
Browse files

travis: qemu_v8: fetch dtc submodule to avoid issues with libfdt-dev


If the libfdt-packe is missing or is too old, QEMU reports the
following error:

ERROR: DTC (libfdt) version >= 1.4.2 not present. Your options:
         (1) Preferred: Install the DTC (libfdt) devel package
         (2) Fetch the DTC submodule, using:
             git submodule update --init dtc

It looks like the version of libfdt-dev that is currently deployed on
travis-ci.org is too old. So, let's do (2).

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
parent 3e11cdbd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment