Searched refs:parselog (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 24 parselog = logging.getLogger("BitBake.Parsing") variable 174 parselog.critical("Unable to parse %s" % fn, exc_info=(exc_class, exc, tb)) 359 parselog.debug2("Found bblayers.conf (%s)", layerconf) 385 parselog.critical("The following layer directories do not exist:") 387 parselog.critical(" %s", layer) 388 parselog.critical("Please check BBLAYERS in %s" % (layerconf)) 394 parselog.debug2("Adding layer %s", layer) 493 parselog.critical("Undefined event handler function '%s'" % var)
|
H A D | cooker.py | 33 parselog = logging.getLogger("BitBake.Parsing") variable 543 parselog.exception("Unable to read %s", fn) 1114 parselog.exception("Interactive mode not available") 1138 parselog.error("invalid value for BBFILE_PRIORITY_%s: \"%s\"", c, priority) 1164 …parselog.error("Layer '%s' depends on version %s of layer '%s', but version %s is currently enable… 1167 …parselog.error("Layer '%s' depends on version %s of layer '%s', which exists in your configuration… 1170 …parselog.error("Layer '%s' depends on layer '%s', but this layer is not enabled in your configurat… 1195 …parselog.debug3("Layer '%s' recommends version %s of layer '%s', but version %s is currently enabl… 1198 …parselog.debug3("Layer '%s' recommends version %s of layer '%s', which exists in your configuratio… 1200 … parselog.debug3("Layer '%s' recommends layer '%s', so we are adding it", c, rec) [all …]
|