Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py77 def erroronce(self, msg, *args, **kwargs): member in BBLoggerMixin
173 def erroronce(*args): function
174 mainlogger.erroronce(''.join(args))
H A Ddata_smart.py411 bb.erroronce('Variable %s %s%s' % (var, renameinfo, info))
413 bb.erroronce('Variable %s has been renamed to %s%s' % (var, renameinfo, info))
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst130 - Add bb.warnonce() and bb.erroronce() log methods