I have faced with error when build yocto : ERROR: imx-image-full-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated The stack trace of python calls that resulted in this exception/failure was: File: ‘exec_python_func() autogenerated’, lineno: 2, function: 0001: *** 0002:do_rootfs(d) 0003: File: ‘/home/nxf71573/Yoctos/5.10.72_2.2.0/sources/poky/meta/classes/image.bbclass’, lineno: 247, function: do_rootfs 0243: progress_reporter.next_stage() 0244: 0245: # generate rootfs […]
I am facing “Taskhash mismatch ” & “The metadata is not deterministic and this needs to be fixed” & “Taskhash mismatch “ errors in Yocto project build. This issue occurred without any obvious reasons. There is no change in the source code/recipe or any other build parameters. Error log: ERROR: When reparsing /home/Yoctos/5.10.72_2.2.0/sources/meta-imx/meta-sdk/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_5.8.0.bb:do_compile, the basehash […]
Some machine has an error when building yocto with error as below: fatal error: Killed signal terminated program cc1plus One of the more reasons is the resource (number of CPU core threads used to build) to build machines are not enough. My solution: configure the number thread for yocto build at file conf/local.conf in the […]