All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] siggen.py: print taskname when seeing mismatched hash in cache
@ 2010-12-16  9:00 Kevin Tian
  0 siblings, 0 replies; only message in thread
From: Kevin Tian @ 2010-12-16  9:00 UTC (permalink / raw)
  To: poky, paul.eggleton, rpurdie

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
---
 bitbake/lib/bb/siggen.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index 3eecd75..f7c93ae 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -169,7 +169,7 @@ class SignatureGeneratorBasic(SignatureGenerator):
                 if k not in self.taskhash:
                     continue
                 if dataCache.basetaskhash[k] != self.basehash[k]:
-                    bb.error("Bitbake's cached basehash does not match the one we just generated!")
+                    bb.error("Bitbake's cached basehash does not match the one we just generated (%s)!" % k)
                     bb.error("The mismatched hashes were %s and %s" % (dataCache.basetaskhash[k], self.basehash[k]))
                 self.dump_sigtask(fn, task, dataCache.stamp[fn], True)
 
-- 
1.6.0.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-16  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16  9:00 [PATCH 3/3] siggen.py: print taskname when seeing mismatched hash in cache Kevin Tian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.