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
1633 collectlog.debug("parsing complete")
1797 collectlog.debug("collecting .bb files")
1809 collectlog.error("no recipe files to build, check your BBPATH and BBFILES?")
1863collectlog.warning("BBMASK contains regular expression beginning with '|', fixing: %s" % mask)
1869collectlog.critical("BBMASK contains an invalid regular expression, ignoring: %s" % mask)
1877collectlog.critical("BBMASK is not a valid regular expression, ignoring: %s" % bbmask)
1884 collectlog.debug("skipping masked file %s", f)
1892 collectlog.debug("skipping %s: unknown file extension", f)
1982collectlog.warning("No bb files in %s matched BBFILE_PATTERN_%s '%s'" % (self.mc if self.mc else '…