Home
last modified time | relevance | path

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

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