Searched refs:erroronce (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 89 def erroronce(self, msg, *args, **kwargs): member in BBLoggerMixin 214 def erroronce(*args): function 223 mainlogger.erroronce(''.join(args))
|
| H A D | data_smart.py | 420 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/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-library-functions.rst | 41 erroronce,
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | cve-check.bbclass | 112 … bb.erroronce("Malformed NVD_DB_VERSION, must be one of: NVD1, NVD2, FKIE. Defaulting to NVD2")
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.rst | 132 - Add bb.warnonce() and bb.erroronce() log methods
|