Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py89 def erroronce(self, msg, *args, **kwargs): member in BBLoggerMixin
214 def erroronce(*args): function
223 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/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-library-functions.rst41 erroronce,
/openbmc/openbmc/poky/meta/classes/
H A Dcve-check.bbclass112 … bb.erroronce("Malformed NVD_DB_VERSION, must be one of: NVD1, NVD2, FKIE. Defaulting to NVD2")
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst132 - Add bb.warnonce() and bb.erroronce() log methods