Home
last modified time | relevance | path

Searched refs:parselog (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py23 parselog = logging.getLogger("BitBake.Parsing") variable
173 parselog.critical("Unable to parse %s" % fn, exc_info=(exc_class, exc, tb))
353 parselog.debug2("Found bblayers.conf (%s)", layerconf)
379 parselog.critical("The following layer directories do not exist:")
381 parselog.critical(" %s", layer)
382 parselog.critical("Please check BBLAYERS in %s" % (layerconf))
388 parselog.debug2("Adding layer %s", layer)
487 parselog.critical("Undefined event handler function '%s'" % var)
H A Dcooker.py33 parselog = logging.getLogger("BitBake.Parsing") variable
540 parselog.exception("Unable to read %s", fn)
1116 parselog.exception("Interactive mode not available")
1140 parselog.error("invalid value for BBFILE_PRIORITY_%s: \"%s\"", c, priority)
1217 parselog.debug("Calculated priority of layer %s as %d", collection, max_depprio)
1225 parselog.error("BBFILE_PATTERN_%s not defined" % c)
1229 parselog.debug("BBFILE_PATTERN_%s is empty" % c)
1302 parselog.error(msg)
1304 parselog.error("Unable to find any recipe file matching '%s'" % buildfile)
1665 parselog.warning("Explicit target \"%s\" is in ASSUME_PROVIDED, ignoring" % pkg)
[all …]