Re: [yocto-patches] [auh][PATCH 2/3] modules/steps.py: refactor compile() to use parallel per-machine builds
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CANNYZj-r9mM0sOHT+cMF2WK6x-odOT-CTRcwbg4b5xVSf2yVuQ@mail.gmail.com> |
On Fri, 24 Apr 2026 at 19:04, Richard Purdie via lists.yoctoproject.org <[email protected]> wrote: > Whilst we do need to be mindful of this, I suspect there is some room > to parallelise a bit. How much parallelism is this expected to have? > Some existing jobs like oe-selftest do run a lot in parallel already so > this could be not that much different to that... Patch 3/3 sets the parallelism to four: - self.opts['machines'] = settings.get('machines', 'qemux86-64 qemuarm_musl').split() + self.opts['machines'] = settings.get('machines', 'qemux86-64 qemux86 qemuarm64_musl qemuarm_musl').split() Alex