mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: runqueue: Lower setscene complete logging level
Lowers the level of the log message when setscene tasks have completed. This message can occur multiple times when hash equivalence is enabled, since the runqueue switches between executing setscene tasks and normal tasks. Since this is primarily of use when debugging hash equivalence, use the hash equivalence logger at VERBOSE level. [YOCTO #13813] (Bitbake rev: 7dd5b3900622008ff34ec70d71c6e994f460a46f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
361ea84d56
commit
5766cf50b0
@@ -2059,7 +2059,7 @@ class RunQueueExecute:
|
||||
self.update_holdofftasks()
|
||||
|
||||
if not self.sq_live and not self.sqdone and not self.sq_deferred and not self.updated_taskhash_queue and not self.holdoff_tasks:
|
||||
logger.info("Setscene tasks completed")
|
||||
hashequiv_logger.verbose("Setscene tasks completed")
|
||||
|
||||
err = self.summarise_scenequeue_errors()
|
||||
if err:
|
||||
|
||||
Reference in New Issue
Block a user