Skip to content
Snippets Groups Projects
  1. Aug 23, 2016
  2. May 18, 2016
  3. Mar 08, 2016
  4. Feb 05, 2016
  5. 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
  6. 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
  7. Mar 11, 2015
  8. 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
Loading