Skip to content
Snippets Groups Projects
  1. May 17, 2016
  2. Apr 21, 2016
  3. Apr 18, 2016
  4. Mar 17, 2016
  5. Mar 02, 2016
  6. Feb 23, 2016
    • David Schulz's avatar
      Replace symlinks in copied folders. · 06842e46
      David Schulz authored
      
      Change-Id: Idb8548b8f375e56b03b87de000269dd9fd43cb55
      Reviewed-by: default avatarSamuli Piippo <samuli.piippo@theqtcompany.com>
      06842e46
    • Gatis Paeglis's avatar
      NUC: Use custom image layout · 769ae557
      Gatis Paeglis authored
      
      This patch adds a new image class 'image_dd', by default
      it has an empty boot partition. image_dd_efi extends this
      class to support Intel NUC board. The layout of a generated
      image is a prerequisite for OSTree integarion.
      
      Image generated by 'hddimg' produces rootfs.img (ext3
      filesystem file) and then "live" boots it from initramfs
      by mounting rootfs.img via loop device. For OTA integration
      we need to access contents of rootfs.img already from
      boot loader.
      
      The custom 'image_nuc_efi' layout allow for fully atomic
      updates on EFI based system, by keeping GRUB-EFI binary
      on a dedicated EFI system partition (ESP). OSTree currently
      is not fully atomic on EFI systems, but with this setup
      we use GRUB-BIOS code path in OSTree, which is atomic.
      After EFI firmware has loaded the GRUB-EFI binary, everything
      else is done on rootfs parition.
      
      One limitation from the above scenario is that you would
      need to update /EFI/BOOT/bootx64.efi (GRUB-EFI) binary
      manually. Not sure how common it is to update a boot loader
      binary on a deployed system, but its not impossible.
      
      Change-Id: Ibf2840aecd548000372131c4ded5cffa11ff1b0f
      Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
      769ae557
  7. Feb 19, 2016
  8. Feb 18, 2016
    • Samuli Piippo's avatar
      qt5: change Qt include path · 878f7866
      Samuli Piippo authored
      
      When Qt include path is set to /usr/include, host_build will
      incorrectly include other system headers from the sysroot.
      To correct this, move Qt include path to /usr/include/qt5, by
      overriding qmake5_paths.bbclass in our layer. The bblayer order
      needs to be changed for the correct bbclass to be used.
      
      Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7
      Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
      878f7866
  9. Feb 09, 2016
  10. Feb 05, 2016
  11. Feb 04, 2016
  12. Feb 01, 2016
  13. Jan 14, 2016
  14. Dec 02, 2015
  15. Dec 01, 2015
  16. Nov 02, 2015
  17. Oct 19, 2015
  18. Aug 17, 2015
  19. Aug 11, 2015
  20. Jun 17, 2015
  21. May 12, 2015
  22. Oct 17, 2014
    • Samuli Piippo's avatar
      Enable to use sources from Qt SDK · 3cb10b94
      Samuli Piippo authored
      
      This enables sources to be fetched from the Qt SDK, if available, instead of
      internal git repositories. Required for BYOS customers to build B2Qt things.
      Git repositories in SRC_URI are configured with 'local-uri' parameter, that
      defines the path to the source code directory inside the Qt SDK. The base
      path to Qt SDK is set in local.conf when setup-environment.sh in run.
      
      Change-Id: I7f5e96fb6b9e9e55cac9d50cefb17830618193b8
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@digia.com>
      Reviewed-by: default avatarAndy Nichols <andy.nichols@digia.com>
      3cb10b94
  23. Oct 06, 2014
  24. Sep 09, 2014
  25. May 06, 2014
  26. Mar 28, 2014
  27. Mar 26, 2014
  28. Feb 13, 2014
  29. Feb 04, 2014
  30. Jan 30, 2014
  31. Nov 25, 2013
  32. Nov 15, 2013
  33. Jul 08, 2013
  34. May 06, 2013
Loading