Searched refs:build_dir (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/test/py/ |
| H A D | conftest.py | 101 build_dir = config.getoption('build_dir') 102 if not build_dir: 103 build_dir = source_dir + '/build-' + board_type 104 mkdir_p(build_dir) 108 result_dir = build_dir 113 persistent_data_dir = build_dir + '/persistent-data' 124 if build_dir != source_dir: 125 o_opt = 'O=%s' % build_dir 162 dot_config = build_dir + '/' + conf_file 176 ubconfig.build_dir = build_dir [all …]
|
| H A D | u_boot_console_sandbox.py | 50 self.config.build_dir + fname,
|
| H A D | README.md | 75 will be written to `${build_dir}/test-log.html`. This is best viewed in a web
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | diffconfig | 87 build_dir="" 89 build_dir = os.environ["KBUILD_OUTPUT"]+"/" 90 configa_filename = build_dir + ".config.old" 91 configb_filename = build_dir + ".config"
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 276 build_dir = self.builder.GetBuildDir(result.commit_upto, 278 Mkdir(build_dir) 280 outfile = os.path.join(build_dir, 'log') 305 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd: 361 self.CopyFiles(result.out_dir, build_dir, dirname, ['u-boot.cfg', 367 self.CopyFiles(result.out_dir, build_dir, '', ['u-boot*', '*.bin', 371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument 389 shutil.copy(fname, os.path.join(build_dir, target))
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_vboot.py | 167 mkimage = cons.config.build_dir + '/tools/mkimage' 168 fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
|
| H A D | test_fit.py | 124 return os.path.join(cons.config.build_dir, leaf) 423 mkimage = cons.config.build_dir + '/tools/mkimage'
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 803 def __init__(self, configs, options, build_dir): argument 813 self.dotconfig = os.path.join(build_dir, '.config') 814 self.autoconf = os.path.join(build_dir, 'include', 'autoconf.mk') 815 self.spl_autoconf = os.path.join(build_dir, 'spl', 'include', 817 self.config_autoconf = os.path.join(build_dir, AUTO_CONF_PATH) 818 self.defconfig = os.path.join(build_dir, 'defconfig') 1054 self.build_dir = tempfile.mkdtemp() 1056 self.make_cmd = (make_cmd, 'O=' + self.build_dir) 1059 self.parser = KconfigParser(configs, options, self.build_dir) 1077 shutil.rmtree(self.build_dir) [all …]
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | control.py | 84 board_pathname = os.path.join(options.build_dir, board)
|
| H A D | binman.py | 63 'tools/binman/binman.py -t' % options.build_dir)
|
| H A D | binman | 63 'tools/binman/binman.py -t' % options.build_dir)
|
| H A D | func_test.py | 127 options.build_dir = self._indir
|