Skip to content
Snippets Groups Projects
  1. Jun 15, 2021
  2. Jun 14, 2021
  3. Jun 11, 2021
  4. Jun 10, 2021
  5. May 06, 2021
  6. May 03, 2021
  7. Apr 28, 2021
  8. Apr 26, 2021
  9. Apr 22, 2021
  10. Apr 16, 2021
  11. Apr 13, 2021
  12. Mar 18, 2021
  13. Mar 17, 2021
  14. Mar 16, 2021
  15. Mar 15, 2021
  16. Mar 04, 2021
  17. Mar 02, 2021
  18. Feb 17, 2021
    • Jens Wiklander's avatar
      Add support for NXP i.MX8MQ EVK · 16328060
      Jens Wiklander authored
      
      Adds support for the NXP® i.MX 8MQuad Evaluation Kit (EVK) using the
      same standard buildroot setup as for the other platforms here.
      
      The flash-image target (part of the all target) produces a out/boot.img
      which can be copied to a SD card using the command:
      dd if=out/boot.img of=/dev/sdX bs=1M conv=fsync
      
      Where 'X' has to be adjusted to the device of the SD card when connected
      to the host system.
      
           ****** Please be careful to choose the correct device ******
           ****** or there's a risk of damaging the host system. ******
      
      Acked-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
      16328060
  19. Feb 06, 2021
  20. Feb 01, 2021
    • Jerome Forissier's avatar
      common.mk: qemu: do not build docs · 1dace42e
      Jerome Forissier authored
      
      Add the --disable-docs option to QEMU_CONFIGURE_PARAMS_COMMON so that no
      documentation is generated during the QEMU build. Documentation is not
      needed and it may fail to build in some environments. For instance on
      Ubuntu 18.04.5 LTS:
      
       Warning, treated as error:
       docs/qemu-option-trace.rst.inc:4:Malformed option description '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"
       make[1]: *** [.docs_built_system_qemu.1_docs_built_system_qemu-block-drivers.7_docs_built_system_qemu-cpu-models.7.sentinel.] Error 2
      
      The error is caused by sphinx-build:
      
       $ sphinx-build --version
       sphinx-build 3.2.1
      
      The version that comes with Ubuntu 20.04.1 LTS works fine:
      
       $ sphinx-build --version
       sphinx-build 1.8.5
      
      Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
      Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      1dace42e
  21. Jan 25, 2021
  22. Jan 22, 2021
Loading