Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py31 collectlog = logging.getLogger("BitBake.Collection") variable
1636 collectlog.debug("parsing complete")
1800 collectlog.debug("collecting .bb files")
1812 collectlog.error("no recipe files to build, check your BBPATH and BBFILES?")
1866collectlog.warning("BBMASK contains regular expression beginning with '|', fixing: %s" % mask)
1872collectlog.critical("BBMASK contains an invalid regular expression, ignoring: %s" % mask)
1880collectlog.critical("BBMASK is not a valid regular expression, ignoring: %s" % bbmask)
1887 collectlog.debug("skipping masked file %s", f)
1895 collectlog.debug("skipping %s: unknown file extension", f)
1985collectlog.warning("No bb files in %s matched BBFILE_PATTERN_%s '%s'" % (self.mc if self.mc else '…