mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
bitbake: cache: Lower debug level for wold build messages
These messages spam the logs for no good reason, they were useful for debugging a particular problem long ago but are distracting noise now. Disable them. (Bitbake rev: 1a9247c468cf09da60e5d396ccb81e950841c99e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -208,10 +208,10 @@ class CoreRecipeInfo(RecipeInfoCommon):
|
|||||||
|
|
||||||
# Collect files we may need for possible world-dep
|
# Collect files we may need for possible world-dep
|
||||||
# calculations
|
# calculations
|
||||||
if self.not_world:
|
if not self.not_world:
|
||||||
logger.debug(1, "EXCLUDE FROM WORLD: %s", fn)
|
|
||||||
else:
|
|
||||||
cachedata.possible_world.append(fn)
|
cachedata.possible_world.append(fn)
|
||||||
|
#else:
|
||||||
|
# logger.debug(2, "EXCLUDE FROM WORLD: %s", fn)
|
||||||
|
|
||||||
# create a collection of all targets for sanity checking
|
# create a collection of all targets for sanity checking
|
||||||
# tasks, such as upstream versions, license, and tools for
|
# tasks, such as upstream versions, license, and tools for
|
||||||
|
|||||||
Reference in New Issue
Block a user