Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py24 hashequiv_logger = logging.getLogger('BitBake.SigGen.HashEquiv') variable
579hashequiv_logger.debug((1, 2)[unihash == taskhash], 'Found unihash %s in place of %s for %s from %…
581hashequiv_logger.debug2('No reported unihash for %s:%s from %s' % (tid, taskhash, self.server))
655hashequiv_logger.debug('Task %s unihash changed %s -> %s by server %s' % (taskhash, unihash, new_u…
660hashequiv_logger.debug('Reported task %s as unihash %s to %s' % (taskhash, unihash, self.server))
683hashequiv_logger.verbose('Reported task %s as unihash %s to %s (%s)' % (tid, wanted_unihash, self.…
692hashequiv_logger.verbose('Task %s unihash %s unchanged by server' % (tid, finalunihash))
694hashequiv_logger.verbose('Task %s unihash changed %s -> %s as wanted' % (tid, current_unihash, fin…
699hashequiv_logger.verbose('Task %s unihash reported as unwanted hash %s' % (tid, finalunihash))
H A Drunqueue.py31 hashequiv_logger = logging.getLogger("BitBake.RunQueue.HashEquiv") variable
2168 hashequiv_logger.verbose("Setscene tasks completed")
2379 hashequiv_logger.verbose("Task %s unihash changed to %s" % (hashtid, unihash))
2428hashequiv_logger.verbose("Already covered setscene for %s so ignoring rehash (remap)" % (tid))
2447 hashequiv_logger.debug(pprint.pformat("Tasks changed:\n%s" % (changed)))
2466hashequiv_logger.debug2("Task %s is running which blocks setscene for %s from running" % (dep, tid…
2541 hashequiv_logger.verbose("Setscene task %s became valid" % tid)