summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2020-03-03 16:05:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-06 08:19:17 +0000
commit0d7f24ce8953772a6b029bb327d54d8e849ed039 (patch)
tree0257f0943c74f3d7937a3962668b52383f824c67 /meta/conf
parent193f56f8b829e215646c0927aa23d03ad37e94ad (diff)
downloadpoky-0d7f24ce8953772a6b029bb327d54d8e849ed039.tar.gz
lib/oe/utils: allow to set a lower bound on returned cpu_count()
This will be needed for making xz compression more deterministic, as xz archives are created differently in single- vs multi-threaded modes. This means that due to bitbake's default of using as many threads as there are cores in the system, files compressed with xz will be different if built on a multi-core system compared to single-core systems. Allowing cpu_count() here to return a lower bound, will allow forcing xz to always use multi-threaded operation. (From OE-Core rev: c6dda204e15c5b27559f7617b18a7b3ce604e2f8) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions