Searched refs:collectlog (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 32 collectlog = logging.getLogger("BitBake.Collection") variable 1680 collectlog.debug(1, "parsing complete") 1838 collectlog.debug(1, "collecting .bb files") 1850 collectlog.error("no recipe files to build, check your BBPATH and BBFILES?") 1904 … collectlog.warning("BBMASK contains regular expression beginning with '|', fixing: %s" % mask) 1910 … collectlog.critical("BBMASK contains an invalid regular expression, ignoring: %s" % mask) 1918 … collectlog.critical("BBMASK is not a valid regular expression, ignoring: %s" % bbmask) 1925 collectlog.debug(1, "skipping masked file %s", f) 1933 collectlog.debug(1, "skipping %s: unknown file extension", f) 2023 …collectlog.warning("No bb files in %s matched BBFILE_PATTERN_%s '%s'" % (self.mc if self.mc else '…
|