Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed -j10 parameter that was used when building buildroot. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nanobrain
Copy link

This is discouraged by buildroot manual page.
https://buildroot.org/downloads/manual/manual.html says:
'You should never use make -jN with Buildroot: top-level parallel make is currently not supported.
Instead, use the BR2_JLEVEL option to tell Buildroot to run the compilation of each individual
package with make -jN'

This is discouraged by buildroot manual page.
https://buildroot.org/downloads/manual/manual.html says:
'You should never use make -jN with Buildroot: top-level parallel make is currently not supported.
Instead, use the BR2_JLEVEL option to tell Buildroot to run the compilation of each individual
package with make -jN'
@nanobrain
Copy link
Author

There is already a config parameter in buildroot ( BR2_JLEVEL ) that is by default set to 0. Help for this option says 'If 0, determine automatically according to number of CPUs on the host system.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants