Skip to content
Snippets Groups Projects
  1. Aug 14, 2020
  2. Aug 13, 2020
    • Clemens Terasa's avatar
      bootscript: Remove device specific device trees · 9e6b9117
      Clemens Terasa authored
      We want to overlay the device tree in the install script. Thus we can
      create a device specific device tree with the generic name
      "devicetree.dtb".
      
      This removes the neccessary pacthing of the boot.cfg.
      
      However, currently we cannot load the devicetree with the bootloader and
      thus append the device tree to the kernel at installation time and name
      the resulting binary "linuximage".
      9e6b9117
    • Clemens Terasa's avatar
      bootscript: Add inital bootscript recipe · 7bb5d8e7
      Clemens Terasa authored
      Add the bootscript from current rocko commit
      ad543879 with following modifications:
      - Move imx6guf to san and imx6ullguf to nallino
      - Remove the "inherit release" as the release is not supported right now
      
      The bootscript recipe builds but does not output the correct script yet.
      7bb5d8e7
    • Clemens Terasa's avatar
      san:nallino: Move IMAGE_* variables to meta-guf-distro · eb43e1ab
      Clemens Terasa authored
      The variables IMAGE_BOOT_FILES and IMAGE_FSTYPES are less machine
      dependent and are more distro options.
      
      Thus move them to meta-guf-distro.
      
      Also edit the README accordingly.
      eb43e1ab
    • Clemens Terasa's avatar
      linux-stable: Remove DEPENDS and use inherited · bb6ab5a2
      Clemens Terasa authored
      The ordinary kernel.bbclass should implement all necessary dependencies
      needed to build the linux kernel.
      
      I tried to remove the build dependencies and it worked for me, thus
      remove the unneccessary dependencies.
      bb6ab5a2
    • Clemens Terasa's avatar
      linux-stable: Build device tree with symbols · 6b70c0e9
      Clemens Terasa authored
      Normally teh device tree blobs will be built without symbols like the
      aliases that may be used like references.
      
      However, the overlay method relies on the fact that the symbols are
      present in the devcie tree to be overlayed. This can be eigther achieved
      by using a textual representation of the devcie tree or by additional
      symbols in the device tree blob.
      
      Introduce the latter, so that we can use the device tree blob as overlay
      basis.
      6b70c0e9
    • Norman Stetter's avatar
      RTC: pcf8563, prevent writing to TD[1:0] to work with bootselect · d33cdd49
      Norman Stetter authored
      * disable TIMER_CONTROL register TD[1:0] bit configuration in PCF8563 driver
        probe since we use that bits for bootselect
      d33cdd49
    • Norman Stetter's avatar
      RTC: Modularize rtc-pcf8563 driver · 774256a1
      Norman Stetter authored
      * Pull the rtc-pcf8563.c source from the kernel-tree at v5.4.23
       (bfe3046ecafdd71ba6932deebe2eb357048b7bfc)
      * Remove the in-tree driver from the defconfig
      * Add the module to the MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS for san* and
      nallino platforms
      774256a1
  3. Jul 25, 2020
  4. Jul 01, 2020
  5. Jun 09, 2020
  6. Jun 07, 2020
  7. May 25, 2020
  8. May 24, 2020
  9. May 11, 2020
  10. May 08, 2020
  11. May 07, 2020
    • Carsten Behling's avatar
    • Carsten Behling's avatar
      refs #41059: Yocto BSP: · 4c700210
      Carsten Behling authored
      - added first compilable Qt 5.14.1 stack on top of Wayland/using the Wayland backend of Qt5
      - it's nearly the same stack from the Zeus evaluation on Wandboard DL with the following exceptions:
        - 'qt5everywheredemo' did not compile, removed for now, will later be added
        - 'qtopcua' did not compile, removed for now, will later be added
      - the important points here are:
        - the distro config has to set explicitely eglfs support on qtbase package, otherwise configure does not set the correct GL flags and complains about that
        - the distro config has to set explicitely gstreamer support on qtmultimedia, otherwise configure does not include gstreamer support
      4c700210
  12. May 05, 2020
  13. Apr 28, 2020
  14. Apr 27, 2020
  15. Apr 26, 2020
Loading