Lines Matching refs:configfile
131 configfile = row[0]
153 if not os.path.isabs(configfile):
154 configfile = os.path.join(buildrootdir, configfile)
156 with open(configfile) as r:
162 def is_toolchain_usable(configfile, config): argument
165 with open(configfile) as configf:
191 def fixup_config(sysinfo, configfile): argument
200 with open(configfile) as configf:
318 with open(configfile, "w+") as configf:
389 configfile = os.path.join(args.buildrootdir, ".config")
391 configfile = os.path.join(args.outputdir, ".config")
392 with open(configfile, "w+") as configf:
398 if not is_toolchain_usable(configfile, toolchainconfig):
416 if fixup_config(sysinfo, configfile):