Searched refs:parselog (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 23 parselog = logging.getLogger("BitBake.Parsing") variable 173 parselog.critical("Unable to parse %s" % fn, exc_info=(exc_class, exc, tb)) 345 parselog.debug(2, "Found bblayers.conf (%s)", layerconf) 366 parselog.critical("The following layer directories do not exist:") 368 parselog.critical(" %s", layer) 369 parselog.critical("Please check BBLAYERS in %s" % (layerconf)) 373 parselog.debug(2, "Adding layer %s", layer) 446 parselog.critical("Undefined event handler function '%s'" % var)
|
| H A D | cooker.py | 34 parselog = logging.getLogger("BitBake.Parsing") variable 622 parselog.exception("Unable to read %s", fn) 1198 parselog.exception("Interactive mode not available") 1222 parselog.error("invalid value for BBFILE_PRIORITY_%s: \"%s\"", c, priority) 1248 …parselog.error("Layer '%s' depends on version %s of layer '%s', but version %s is currently enable… 1251 …parselog.error("Layer '%s' depends on version %s of layer '%s', which exists in your configuration… 1254 …parselog.error("Layer '%s' depends on layer '%s', but this layer is not enabled in your configurat… 1279 …parselog.debug(3,"Layer '%s' recommends version %s of layer '%s', but version %s is currently enab… 1282 …parselog.debug(3,"Layer '%s' recommends version %s of layer '%s', which exists in your configurati… 1284 … parselog.debug(3,"Layer '%s' recommends layer '%s', so we are adding it", c, rec) [all …]
|