[Buildroot] [PATCH RFC] utils/test-pkg: add concurrency parameter
Joseph Kogut
joseph.kogut at gmail.com
Thu Dec 11 20:49:33 UTC 2025
Hey Bernd,
Somehow my email client filtering and labeling is misconfigured, so
your email skipped my inbox and I missed it originally. I'll take a
look at that.
On Wed, Oct 22, 2025 at 2:09 PM Bernd Kuhls <bernd at kuhls.net> wrote:
>
> Am Wed, 22 Oct 2025 13:06:04 -0700 schrieb Joseph Kogut:
>
> > Add a concurrency parameter to the script that allows for multiple
> > builds to run concurrently. The default is the current behavior, running
> > a single build at a time. If -C|--concurrent=0 is specified, the number
> > of concurrent builds is set to the output of $(nproc) to match the
> > number of logical CPUs.
>
> Hi Jospeh,
>
> this looks cool. Personally I am using this hack
> https://github.com/bkuhls/buildroot/commit/
> adfc206abe8b5bb2a019d3bcb1097d1895eea676
> for years without any problems so I am looking forward to test your patch.
>
Yes, the purpose is similar, but it adds per-build output while the
tests are going. Let me know how it works for you! I spent a good
amount of time getting the formatting working well.
Best,
Joseph
More information about the buildroot
mailing list