* [PATCH] sstate: Add note when performing sstate mirror checks
@ 2015-06-01 21:17 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-06-01 21:17 UTC (permalink / raw)
To: openembedded-core
The build can pause whilst remote sstate mirrors are checked for
sstate objects. Inform the user this is happening.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index de3519a..949ba4a 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -744,6 +744,7 @@ def sstate_checkhashes(sq_fn, sq_task, sq_hash, sq_hashfn, d, siginfo=False):
tasklist.append((task, sstatefile))
if tasklist:
+ bb.note("Checking sstate mirror object availability (for %s objects)" % len(tasklist))
import multiprocessing
nproc = min(multiprocessing.cpu_count(), len(tasklist))
pool = oe.utils.ThreadedPool(nproc)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-01 21:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 21:17 [PATCH] sstate: Add note when performing sstate mirror checks Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox