I'm trying to build "bitbake imx-image-core" but its not getting built got the following issue
ERROR: Task (/home/silex/yocto/sources/poky/meta/recipes-devtools/gcc/gcc-runtime_12.2.bb:do_package) failed with exit code '134'
Tried to rectify it by adding the following line in local.conf
PSEUDO_IGNORE_PATHS_append = ",/run/"
and rerun the build setup but still getting the same issue.
I'm currently using 16 core to build
export PARALLEL_MAKE="-j 16"
export BB_NUMBER_THREADS=16
# #bitbake imx-image-core
how to overcome this issue