Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 03, 2022
  3. Mar 01, 2022
  4. Feb 28, 2022
  5. Feb 23, 2022
  6. Feb 22, 2022
  7. Feb 17, 2022
  8. Feb 10, 2022
    • Tobias Kahlki's avatar
      vpu: Disabled vpu in imx8mm and imx8mp · 1cc2e7c5
      Tobias Kahlki authored
      There is a mismatch between our kernel and the vpu driver
      which prevents the vpu from allocating memory. Until the issue
      is resolved, we disable the vpu and fall back to software
      encoders/decoders.
      
      BCS 746-000670
      1cc2e7c5
  9. Feb 09, 2022
  10. Feb 01, 2022
  11. Jan 31, 2022
  12. Jan 28, 2022
  13. Jan 27, 2022
  14. Jan 25, 2022
  15. Jan 19, 2022
  16. Jan 18, 2022
  17. Jan 11, 2022
  18. Jan 06, 2022
  19. Jan 03, 2022
  20. Dec 17, 2021
  21. Dec 16, 2021
  22. Dec 14, 2021
  23. Dec 13, 2021
  24. Dec 10, 2021
  25. Dec 08, 2021
  26. Dec 03, 2021
  27. Dec 01, 2021
  28. Nov 30, 2021
  29. Nov 29, 2021
Loading