Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu_v8: recent QEMU requires libfdt 1.4.2 or higher #156

Closed
wants to merge 4 commits into from

Commits on Jul 3, 2017

  1. qemu_v8: recent QEMU requires libfdt 1.4.2 or higher

    Ubuntu 1.4.04 LTS, 16.04 LTS and even 17.04 provide the libfdt in
    version 1.4.0. This version is too old for QEMU that requires libfdt
    in version 1.4.2 or higher.
    
    This change insures DTC package is locally clone so that QEMU builds
    over it rather than using the libfdt support and tools from the system.
    
    Suggested-by: Joakim Bech <joakim.bech@linaro.org>
    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    etienne-lms committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    382e923 View commit details
    Browse the repository at this point in the history
  2. [review] qemu_v8: recent QEMU requires libfdt 1.4.2 or higher

    Always clone the latest dtc.
    
    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    etienne-lms committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    e569292 View commit details
    Browse the repository at this point in the history
  3. [review] qemu_v8: recent QEMU requires libfdt 1.4.2 or higher

    Update .travis.yml accordingly.
    etienne-lms committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    5108bed View commit details
    Browse the repository at this point in the history
  4. [review] qemu_v8: recent QEMU requires libfdt 1.4.2 or higher

    Change commit title to "qemu_v8: recent QEMU requires recent libfdt".
    
    Update also the qemu (QEMU/ARMv7 setup).
    
    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    etienne-lms committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    fd4bbfd View commit details
    Browse the repository at this point in the history