Home
last modified time | relevance | path

Searched refs:hashequiv_logger (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py26 hashequiv_logger = logging.getLogger('BitBake.SigGen.HashEquiv') variable
756hashequiv_logger.bbdebug((1, 2)[unihash == taskhash], 'Found unihash %s in place of %s for %s from…
758hashequiv_logger.debug2('No reported unihash for %s:%s from %s' % (tid, taskhash, self.server))
836hashequiv_logger.debug('Task %s unihash changed %s -> %s by server %s' % (taskhash, unihash, new_u…
841hashequiv_logger.debug('Reported task %s as unihash %s to %s' % (taskhash, unihash, self.server))
866hashequiv_logger.verbose('Reported task %s as unihash %s to %s (%s)' % (tid, wanted_unihash, self.…
875hashequiv_logger.verbose('Task %s unihash %s unchanged by server' % (tid, finalunihash))
877hashequiv_logger.verbose('Task %s unihash changed %s -> %s as wanted' % (tid, current_unihash, fin…
882hashequiv_logger.verbose('Task %s unihash reported as unwanted hash %s' % (tid, finalunihash))
H A Drunqueue.py31 hashequiv_logger = logging.getLogger("BitBake.RunQueue.HashEquiv") variable
2295 hashequiv_logger.verbose("Setscene tasks completed")
2530 hashequiv_logger.verbose("Task %s unihash changed to %s" % (hashtid, unihash))
2578hashequiv_logger.verbose("Already covered setscene for %s so ignoring rehash (remap)" % (tid))
2597 hashequiv_logger.debug(pprint.pformat("Tasks changed:\n%s" % (changed)))
2616hashequiv_logger.debug2("Task %s is running which blocks setscene for %s from running" % (dep, tid…
2691 hashequiv_logger.verbose("Setscene task %s became valid" % tid)