Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py89 def erroronce(self, msg, *args, **kwargs): member in BBLoggerMixin
165 def erroronce(*args): function
166 mainlogger.erroronce(''.join(args))
H A Ddata_smart.py420 bb.erroronce('Variable %s %s%s' % (var, renameinfo, info))
422 bb.erroronce('Variable %s has been renamed to %s%s' % (var, renameinfo, info))
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst132 - Add bb.warnonce() and bb.erroronce() log methods