Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmsg.py297 def setLoggingConfig(defaultconfig, userconfigfile=None): argument
300 if userconfigfile:
301 with open(os.path.normpath(userconfigfile), 'r') as f:
302 if userconfigfile.endswith('.yml') or userconfigfile.endswith('.yaml'):
305 elif userconfigfile.endswith('.json') or userconfigfile.endswith('.cfg'):
309 raise BaseException("Unrecognized file format: %s" % userconfigfile)