]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: Only show sstate mirror progress bar for >= 100 objects
authorPeter Kjellerstedt <pkj@axis.com>
Sat, 11 Jan 2020 03:28:43 +0000 (04:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:54 +0000 (16:38 +0000)
commit114340e8d393cf60d0a596cb0800cf1b7fd198df
treeae05605b4827c286e991f7270d56264a4ecaa30b
parente0c4535fb3c347e19d3dada07a97545bfd48239c
sstate.bbclass: Only show sstate mirror progress bar for >= 100 objects

With the introduction of the hash equivalence server, the progress bar
for "Checking sstate mirror object availability" is shown
repeatedly. Most of the times the number of objects scanned is very
low and the progress bar completes almost immediately. To avoid all
these unnecessary progress bars, set the minimum number of objects to
100 before the progress bar is shown.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sstate.bbclass