mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
bitbake: toaster: buildinfohelper Clarify log message for build history
(Bitbake rev: 5accd6c4d1dcdf6609b4ed25c2b5e4faaf7f0909) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6dba0281e1
commit
4e48892b85
@@ -381,8 +381,8 @@ class ORMWrapper(object):
|
|||||||
local_path=layer_version_information['local_path'],
|
local_path=layer_version_information['local_path'],
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.info("created new historical layer version %d",
|
logger.debug("Created new layer version %s for build history",
|
||||||
layer_copy.pk)
|
layer_copy.layer.name)
|
||||||
|
|
||||||
self.layer_version_built.append(layer_copy)
|
self.layer_version_built.append(layer_copy)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user