Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Sep 21, 2023
  3. Jul 11, 2023
  4. Jul 10, 2023
  5. Jun 15, 2023
  6. Jan 09, 2023
  7. Aug 05, 2022
  8. May 13, 2022
  9. Mar 11, 2022
    • Clemens Terasa's avatar
      linux-guf: Remove STACKPROTECTOR_PER_TASK · de6592b6
      Clemens Terasa authored
      Remove CONFIG_STACKPROTECTOR_PER_TASK defconfig as it breaks the build.
      
      With this enabled and with the jump from Linux 5.10.57 to 5.10.104 I see
      the following error:
      ```
        HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so
      In file included from ../5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/gcc-plugin.h:29,
                       from ../linux-guf/scripts/gcc-plugins/gcc-common.h:7,
                       from ../linux-guf/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3:
      ../linux-guf/5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/coretypes.h:430:10: fatal error: poly-int.h: No such file or directory
        430 | #include "poly-int.h"
            |          ^~~~~~~~~~~~
      compilation terminated.
      
      Seems to be similar to https://lists.yoctoproject.org/g/poky/message/12619
      
      Form my point of view this is a missing header inside the gcc-plugin
      package, and should be fixed there. However, right now we just remove
      the feature from the kernel.
      de6592b6
  10. Feb 01, 2022
  11. Jul 06, 2021
  12. Jun 30, 2021
    • Marc-Oliver Westerburg's avatar
      nallino kernel: reduce size by removing unnecessary stuff · 616e83a7
      Marc-Oliver Westerburg authored
      removes esp.:
       * lock debugging and debugging sysmbols for variables, etc.
       * support for i.MX3x, i.MX5x, i.MX6 non-ULL SoCs, i.MX8x
       * support for IPUv1, IPUv3, VPUs, GPUs
       * support for DVB and IR remote control modules
      
      reduces (compressed) kernel size from almost 10 MB to just
      under 6 MB. (uncompressed kernel is still almost twice as big as the
      Rocko 4.9.88 kernel for 6ULL, though)
      
      BCS 746-000388
      616e83a7
  13. May 07, 2021
    • Clemens Terasa's avatar
      linux-guf: Add linux-guf-5.10 recipe · 207ff8a4
      Clemens Terasa authored
      Add the linux-guf-5.10 recipe and copy the files form 5.4.
      
      Do not use the
      use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch because it
      does not apply right now.
      
      Also assign PREFERRED_VERSION of the linux-guf recipe weakly to be able
      to overwrite this in the local.conf
      
      Only tested with imx6guf.
      
      BCS 746-000295
      207ff8a4
  14. Oct 16, 2020
  15. Oct 08, 2020
  16. Sep 15, 2020
  17. Sep 11, 2020
    • Clemens Terasa's avatar
      linux-guf: Move linux-stable to linux-guf AUTOREV · 1b287136
      Clemens Terasa authored
      Rename the linux kernel repository to linux-guf.
      Switch to SRCREV="${AUTOREV}" for the kernel development.
      
      The team decision is to rename the linux kernel repository from
      linux-stable to linux-guf to show that it actually does not mirror the
      linux-stable directly but uses it as a basis source for our Garz &
      Fricke development.
      
      This changes include renaming the recipe, adjusting the Gitlab URL and
      renaming the PREFERRED_PROVIDER_virtual/kernel.
      
      With this change we also want to use the bitbake AUTOREV feature to pull
      the latest development kernel. Right now we do not have the release
      method to pin the revision to a specific version.
      1b287136
  18. Aug 24, 2020
  19. Aug 14, 2020
  20. Aug 13, 2020
    • 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
  21. Jun 09, 2020
  22. Jun 07, 2020
  23. May 05, 2020
    • Carsten Behling's avatar
      refs #41059: Yocto BSP: · a4cb0ddd
      Carsten Behling authored
      - set kernel recipe to crurrent HEAD of GUF linux-stable
      - set kernel defconfig to current guf_imx_v6_v7_defconfig
        - with appended device tree enabled
        - with default kernel command line
      a4cb0ddd
  24. Apr 26, 2020
Loading