Skip to content
Snippets Groups Projects
  1. Aug 05, 2022
  2. Aug 04, 2022
    • Tobias Kahlki's avatar
      bootscripts:kernel: Fixed machine names for i.MX8 · f229d74c
      Tobias Kahlki authored
      We don't want to use the machine overrides from the meta-freescale
      layer. Therefore, we disabled the filter mechanism and re-added
      the old SoC names.
      To reflect this change, the files have been moved to the correct folders.
      f229d74c
  3. Aug 02, 2022
  4. Jul 30, 2022
  5. Jul 28, 2022
  6. May 31, 2022
    • Tobias Kahlki's avatar
      git: Changed protocol to HTTPS · fd9b25e0
      Tobias Kahlki authored
      The tools recipes still use SSH as protocol for the checkout.
      Since we have opend our repository to the public, SSH isn't available
      anymore. Because of this, we switch to HTTPS as protocol.
      fd9b25e0
  7. May 18, 2022
  8. May 13, 2022
    • Tobias Kahlki's avatar
      kernel: Disabled kernel symlinks · 77a0cae8
      Tobias Kahlki authored
      We disable the creation of symlinks for the kernel.
      Because of our FAT boot partition, the symlinks lead to errors
      during the installation process.
      Disabling the link creation fixes the installation, but leads to
      another error during the pack operation of Flash-N-Go-System.
      This new issue needs to be fixed separately.
      77a0cae8
    • Tobias Kahlki's avatar
      kernel: Moved kernel recipes to seconorth namespace · 742c6aee
      Tobias Kahlki authored
      The kernel includes and recipes have been renamed to seconorth.
      Also the defconfigs have been moved to fitting folders.
      742c6aee
  9. May 12, 2022
    • Tobias Kahlki's avatar
      kernel: Reenabled symlinks for Kernel · 9bfcdc74
      Tobias Kahlki authored
      The Yocto build is broken because of the missing links for the Kernel.
      Since removing the links from the deploy doesn't fix our issue with
      the boot filesystem we reenable them.
      9bfcdc74
  10. May 11, 2022
  11. May 04, 2022
  12. Apr 12, 2022
  13. Mar 18, 2022
    • Clemens Terasa's avatar
      linux-guf: Add linux-guf 5.15.29 for imx6(ull) · fe407c54
      Clemens Terasa authored
      The most recent mainline LTS 5.15 kernel is 5.15.29. So use this one for
      the limux-guf implementation.
      
      The port is based on on a cleaned linux-guf 5.10.104.
      Commit e55f7fa9b7dd2f069e43eb36411736d90a4d0611.
      
      BCS 746-000730
      fe407c54
  14. Mar 14, 2022
  15. Mar 11, 2022
    • Clemens Terasa's avatar
      linux-guf: Upgrade kernel to 5.10.104 · 6c1b1ffd
      Clemens Terasa authored
      Update the kernel to 5.10.104. This should pull the latest security
      fixes, i.e. for CVE-2022-0847.
      
      With this it seems to be necessary to disable
      CONFIG_STACKPROTECTOR_PER_TASK to build it inside Yocto dunfell.
      It seems to be a problem of missing headers inside gcc-plugin.
      
      Remove the PREFERRED kernel variables from imx6ull, that are derived
      from guf.inc.
      
      BCS 746-000735
      6c1b1ffd
    • 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
  16. Feb 01, 2022
  17. Jan 28, 2022
  18. Dec 17, 2021
  19. Dec 16, 2021
  20. Dec 10, 2021
  21. Dec 03, 2021
  22. Dec 01, 2021
  23. Nov 24, 2021
  24. Oct 29, 2021
Loading