Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py712 def create_logmessage(self, log_information): argument
713 assert 'build' in log_information
714 assert 'level' in log_information
715 assert 'message' in log_information
718 build = log_information['build'],
719 level = log_information['level'],
720 message = log_information['message'])
723 if v in log_information.keys():
724 vars(log_object)[v] = log_information[v]
1614 log_information = {}
[all …]