linux-guf: Remove STACKPROTECTOR_PER_TASK
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.
parent
ed7c82aa
No related branches found
No related tags found
Please register or sign in to comment