Ticket #200 (closed defect: fixed)
PARALLEL_MAKE seems to not work
| Reported by: | laforge@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | current svn head |
| Severity: | minor | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
our local.conf on buildhostcontains:
PARALLEL_MAKE = "-j 3"
but somehow I never see more than one compiler running simultaneously, even with
packages (Such as kernel) that clearly support it.
Change History
comment:2 Changed 6 years ago by philippedeswert@…
It works for glibc, but it seems not to work for the kernel though. I am also
looking at alsa-lib being build with multiple compiler processes just now.
comment:3 Changed 6 years ago by stefan@…
Should it work for more packages or is this the normal OE behaviour for -j 3?
Note: See
TracTickets for help on using
tickets.

Using Mokomakefile (which I changed for the PARALLEL_MAKE) it seems to work for
me. I can see top showing several compiler processes at the same time.