Lines Matching refs:parselog
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)
1287 …parselog.debug(3,"Layer '%s' recommends layer '%s', but this layer is not enabled in your configur…
1299 … parselog.debug(1, "Calculated priority of layer %s as %d", collection, max_depprio)
1307 parselog.error("BBFILE_PATTERN_%s not defined" % c)
1311 parselog.debug(1, "BBFILE_PATTERN_%s is empty" % c)
1318 … parselog.error("BBFILE_PATTERN_%s \"%s\" is not a valid regular expression", c, regex)
1384 parselog.error(msg)
1386 parselog.error("Unable to find any recipe file matching '%s'" % buildfile)
1709 parselog.warning("Explicit target \"%s\" is in ASSUME_PROVIDED, ignoring" % pkg)
1724 … parselog.verbnote("The \"universe\" target is only intended for testing and may produce errors.")
1725 parselog.debug(1, "collating packages for \"universe\"")