Skip to content
Snippets Groups Projects
  1. Feb 01, 2023
  2. Sep 01, 2022
  3. Jun 30, 2022
  4. Jan 14, 2022
  5. Sep 28, 2021
  6. May 25, 2021
    • Jani Suonperä's avatar
      Remove workaround patch · 18007187
      Jani Suonperä authored
      
      Workaround patch cannot compile with newer qtwebengine and chromium.
      Many changes have been done to Reneses and chromium drivers. Removed
      patch is not directly compatible.
      
      There is shown again issue QTBUG-68912, which should solve first. If
      issue with eglGetProcAddress is shown again then new workaround is
      required later.
      
      Task-number: QTBUG-93022
      Change-Id: I2d30c32d2ec4f56d2e85e645e4b62f06a2f0634b
      Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
      18007187
  7. May 18, 2021
  8. Aug 17, 2020
    • Samuli Piippo's avatar
      Remove manifest · 82748c2e
      Samuli Piippo authored
      
      Initialization using the manifest from the meta repo does not work anymore.
      Remove the manifest and update readme to use the separate manifest repo.
      
      Task-number: QTBUG-85889
      Change-Id: I1dcd89244467f926f641b06853f91fcc14dba025
      Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
      82748c2e
  9. Mar 16, 2020
  10. Mar 09, 2020
    • Mikko Gronoff's avatar
      renesas: adapt to yocto v3.0.2 · 33f5947f
      Mikko Gronoff authored
      
      * yocto v3.0.2 has gstreamer 1.16.1. Mask hardcoded gstreamer bbappends
        for gstreamer 1.16.0 in meta-renesas layer & add the same bbappends
        as wildcarded versions under meta-boot2qt-renesas.
      * Update meta-renesas layer: zeus-M2-Yocto-v3.21.0 -> zeus-Yocto-v3.21.0
        tag
      * remove meta-linaro & weston related appends & bbmasks as those have
        been fixed / dealt with upstream in updated meta-renesas layer in
        commits "43d5c55cb5d34a88ad38cf6fe6226319941ec644 rcar-gen3: bblayers:
        Remove dependency on meta-optee" and "26931e33d4aba1bb90e3abce5fdb043b7d989ab7
        rcar-gen3: weston: Remove weston-conf recipe"
      
      Change-Id: Ibf3ea4f6fbc4f7d97809064cd8610ab5da85811a
      Reviewed-by: default avatarSamuli Piippo <samuli.piippo@qt.io>
      33f5947f
  11. Nov 08, 2019
  12. Nov 05, 2019
  13. Sep 13, 2019
  14. Sep 06, 2019
    • Samuli Piippo's avatar
      Add recipe for default Qt environment variables · 51ccee7c
      Samuli Piippo authored
      
      Move existing Qt environment variables from appcontroller conf
      to a separate component. Appcontroller is configured to use the
      same file, and it can also be used without appcontroller from
      a systemd service to get working Qt environment.
      
      Task-number: AUTOSUITE-1141
      Change-Id: I588769a3bba036ab9f90e0292ab17e7d3f040f80
      Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
      51ccee7c
  15. Jun 03, 2019
    • Samuli Piippo's avatar
      Merge remote-tracking branch 'origin/sumo' into thud · cda7557f
      Samuli Piippo authored
      * origin/sumo:
        qtdeviceutilities: update to latest revision
        renesas: update webengine workaround
        gammaray: update revision
        imx8: update meta layer
        meta-qt5: update layer
        meta-intel: update layer
      
      Change-Id: I0d49cda55869c8848559b2250561a5101937b71d
      cda7557f
  16. May 31, 2019
  17. May 27, 2019
  18. Feb 26, 2019
    • Samuli Piippo's avatar
      renesas: adaptation to thud · 01faf88c
      Samuli Piippo authored
      
      Renesas does not provide thud compatible meta layer, some adaptation
      is required to get builds working. U-boot is updated to more recent
      version. Renesas specific gstreamer plugins are not used since they
      fail to compile.
      
      Change-Id: Ie87c2824941b9880a529ce1316f65932cdf754b6
      Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
      01faf88c
  19. Jan 07, 2019
  20. Dec 06, 2018
  21. Oct 18, 2018
  22. Oct 15, 2018
  23. Oct 10, 2018
    • Samuli Piippo's avatar
      renesas: support for RCar-3 D3 DRAAK · c8ed20c6
      Samuli Piippo authored
      
      meta-renesas has support for the D3 Draak board only in version
      Renesas-Yocto-v2.22.0.1_D3 version. Other Renesas boards are already
      using more recent verions. Checkout the D3 specific version
      in a different directory, so that all Reneasas boards can be supported.
      renesas-rcar-gen3 repo has been updated with D3 drivers from
      D3_Linux_2.23.01_BSP_3D BSP package.
      
      Task-number: QTBUG-68925
      Change-Id: If8283d31945b375ce4256a15132e185e0d676800
      Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
      c8ed20c6
    • Samuli Piippo's avatar
      renesas: update to v3.9.0 · a9b02d08
      Samuli Piippo authored
      
      Use the latest revision of meta-renesas and add support for the
      E3 Ebisu board.
      
      Task-number: QTBUG-68912
      Task-number: QTBUG-68985
      Change-Id: Ie15a69b606b1726b0404263ef9ac15a58f7258ae
      Reviewed-by: default avatarJani Launonen <jani.launonen@qt.io>
      a9b02d08
  24. Aug 15, 2018
  25. Jun 12, 2018
    • Samuli Piippo's avatar
      Disable sandbox when running qtwebengine · 7e98b304
      Samuli Piippo authored
      
      Running WebEngine as root without --no-sandbox is not supported,
      disable sandbox in appcontroller conf so it affects all apps.
      
      Previous fix was not applied to NUC or Renesas boards.
      
      Task-number: QTBUG-66641
      Task-number: QTBUG-68799
      Change-Id: I78812cd4948559460a8202308cd0576699dba32f
      Reviewed-by: default avatarKari Hormi <kari.hormi@qt.io>
      7e98b304
  26. May 17, 2018
  27. Mar 12, 2018
  28. Aug 19, 2017
  29. May 22, 2017
  30. May 17, 2017
  31. May 02, 2017
    • Samuli Piippo's avatar
      Add support for Renesas R-Car Gen3 boards · deaa05ea
      Samuli Piippo authored
      
      Support for Salvator-X (H3/M3), H3 and M3 Starter Kits.
      Requires driver package installed as instructed in meta-renesas and
      correct SOC_FAMILY set in the local.conf
      
      For Qt Company internal builds, required driver packages are in the
      renesas-rcar-gen3 git repository.
      
      Change-Id: I051591f98f773a1453f531ae1b49cb2f18ce93bd
      Reviewed-by: default avatarTeemu Holappa <teemu.holappa@qt.io>
      deaa05ea
  32. Mar 31, 2017
  33. Dec 09, 2016
  34. Nov 08, 2016
  35. Oct 06, 2016
Loading