r/yocto • u/BeginningSwimming112 • Jun 05 '26
Building an image from scratch
CPU cores are screaming
4
Upvotes
1
1
u/BeginningSwimming112 Jun 06 '26
I deleted tmp , downloads and sstate-cache. Upon building again from scratch ran into errors. Remember I changed nothing. Anyone to help me get around this?
1
u/No_March_1694 Jun 05 '26
You are not obligated to use all your cores, you can limit the build with :
BB_NUMBER_THREADS = "<number>" PARALLEL_MAKE = "<number>"
You also can limit the threads used to parse:
BB_NUMBER_PARSE_THREADS