Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py35 providerlog = logging.getLogger("BitBake.Provider") variable
326providerlog.error("No space left on device or exceeds fs.inotify.max_user_watches?")
327providerlog.error("To check max_user_watches: sysctl -n fs.inotify.max_user_watches.")
328providerlog.error("To modify max_user_watches: sysctl -n -w fs.inotify.max_user_watches=<value>.")
329 providerlog.error("Root privilege is required to modify max_user_watches.")
1056 providerlog.critical("Malformed option in PREFERRED_PROVIDERS variable: %s" % p)
1059providerlog.error("conflicting preferences for %s: both %s and %s specified", providee, provider, …