Skip to content
Snippets Groups Projects
  1. Aug 25, 2016
  2. Jun 01, 2016
  3. May 18, 2016
  4. May 09, 2016
  5. Apr 08, 2016
  6. Feb 18, 2016
  7. Feb 12, 2016
  8. Feb 09, 2016
  9. Feb 01, 2016
  10. Jan 13, 2016
  11. Dec 30, 2015
  12. Dec 07, 2015
  13. Nov 13, 2015
  14. Sep 10, 2015
  15. Aug 19, 2015
  16. Aug 11, 2015
  17. Jun 19, 2015
  18. May 28, 2015
    • Eirik Aavitsland's avatar
      Toolchain: add static device mkspec, suitable for Qt Creator · e8067960
      Eirik Aavitsland authored
      
      The linux-oe-g++ mkspec used by meta-qt5 depends on the user sourcing
      the toolchain environment-setup script, which modifies the PATH and
      sets a long range of environment variables. That is not a "best
      practice" way of use Qt, and does not allow smooth integration of the
      toolchain into Qt Creator.
      
      Here, we instead create a static mkspec for the toolchain:
      devices/linux-oe-generic-g++. The toolchain recipe will will the
      qdevice.pri file with the required compiler flags etc. for the target.
      
      Additionally, we introduce an extra .pri file for device-specific
      settings, so they can be shared between the two mkspecs.
      
      Change-Id: Ie5a019524ba6cdddffb71b0c7c28861ddba17fbd
      Reviewed-by: default avatarSamuli Piippo <samuli.piippo@theqtcompany.com>
      e8067960
  19. May 12, 2015
    • Samuli Piippo's avatar
      Build Qt5 and all addons · ae4b6421
      Samuli Piippo authored
      
      Use meta-qt5 layer to build Qt5, commercial addons and b2qt addons.
      Create new image and toolchain recipes with Qt5 content, so that the
      existing image and toolchain remain as-is without Qt5.
      Currently support only for imx6 targets.
      
      Change-Id: I398750dd1a62c6ff8ea216cfe364da273d8e9a77
      Reviewed-by: default avatarAndy Nichols <andy.nichols@theqtcompany.com>
      ae4b6421
  20. Apr 01, 2015
  21. Feb 26, 2015
    • Samuli Piippo's avatar
      Performance analysis tools for Linux · b2397a82
      Samuli Piippo authored
      
      Build perf with DWARF unwinding support. Kernels older then 3.14
      need to be patched to add ARM support. Kernels for tibidabo (3.0)
      and imx53 (2.6) are too old and would require more patches to be
      backported, so they are left without unwinding support.
      
      RPi needed extra layer to modify the kernel recipe, and linux-imx
      recipe was renamed so that it doesn't conflict with older tibidabo
      kernel recipe.
      
      Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1
      Reviewed-by: default avatarAndy Nichols <andy.nichols@theqtcompany.com>
      Reviewed-by: default avatarUlf Hermann <ulf.hermann@theqtcompany.com>
      b2397a82
  22. Feb 19, 2015
  23. Jan 29, 2015
  24. Dec 03, 2014
  25. Nov 24, 2014
  26. Nov 13, 2014
  27. Nov 12, 2014
  28. Nov 04, 2014
  29. Oct 29, 2014
    • Laszlo Agocs's avatar
      Export /usr/include/HAL into the toolchain · 1279b50a
      Laszlo Agocs authored
      
      libgal-dev only provides libGAL.so in the toolchain. That is not enough
      when compiling a hardware compositor (e.g. the Weston hw compositor patch)
      because the headers are needed too. For Weston having the headers in the
      sysroot is enough, but in the future we may need these for QtWayland which
      is built with just the toolchain, so include them in the toolchain too.
      
      Change-Id: I81c4609d69da788460071b441cdec26f0dc1cbd0
      Reviewed-by: default avatarSamuli Piippo <samuli.piippo@digia.com>
      1279b50a
  30. Oct 07, 2014
  31. Sep 26, 2014
  32. Sep 25, 2014
Loading