-
Hi, terminal.log: error.log: Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
madisongh
Aug 14, 2023
Replies: 1 comment 10 replies
-
From the do_fetch log:
Signal 9 is SIGKILL, so something killed one of the git subprocesses. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some variables you can set to limit parallelism if your build host is short on resources. This section of the Yocto Project documentation mentions them. By default, the bitbake sets the parallelism variables based on the number CPU cores/threads available. It's generally recommended to have at least 1GiB RAM available per core/thread, IIRC.
The build system already has built-in mechanisms for avoiding unneeded rebuilds of packages. I'd really recommend visiting the Yocto Project web site for more information about the build system, host requirements, etc. The on-line documentation is well-maintained, and you'll also find links there to books, presentations, and training.