| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 45 def make_olddefconfig(self, build_dir, make_options): argument 49 if build_dir: 50 command += ['O=' + build_dir] 58 def make_allyesconfig(self, build_dir, make_options): argument 64 if build_dir: 65 command += ['O=' + build_dir] 74 config = open(get_kconfig_path(build_dir), 'a') 80 def make(self, jobs, build_dir, make_options): argument 84 if build_dir: 85 command += ['O=' + build_dir] [all …]
|
| H A D | kunit.py | 58 success = linux.build_reconfig(request.build_dir, request.make_options) 75 request.build_dir, 96 build_dir=request.build_dir) 121 build_dir=request.build_dir, 138 config_request = KunitConfigRequest(request.build_dir, 144 build_request = KunitBuildRequest(request.jobs, request.build_dir, 151 exec_request = KunitExecRequest(request.timeout, request.build_dir, 159 request.build_dir, 255 if not os.path.exists(cli_args.build_dir): 256 os.mkdir(cli_args.build_dir) [all …]
|
| H A D | kunit_tool_test.py | 261 build_dir=None, 317 self.linux_source_mock.run_kernel.assert_called_once_with(build_dir='.kunit', timeout=300) 325 build_dir='.kunit', timeout=300) 365 self.linux_source_mock.run_kernel.assert_called_once_with(build_dir='.kunit', timeout=timeout) 373 build_dir='.kunit', timeout=timeout) 377 build_dir = '.kunit' 381 build_dir=build_dir, timeout=300) 385 build_dir = '.kunit' 386 kunit.main(['config', '--build_dir', build_dir], self.linux_source_mock) 390 build_dir = '.kunit' [all …]
|
| H A D | kunit_json.py | 16 def get_json_result(test_result, def_config, build_dir, json_path): argument 25 "build_environment": build_dir, 48 "build_environment": build_dir,
|
| /OK3568_Linux_fs/u-boot/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,
|
| /OK3568_Linux_fs/u-boot/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"
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | diffconfig | 93 build_dir="" 95 build_dir = os.environ["KBUILD_OUTPUT"]+"/" 96 configa_filename = build_dir + ".config.old" 97 configb_filename = build_dir + ".config"
|
| H A D | test-pkg | 16 local ret nb nb_skip nb_fail nb_legal nb_tc build_dir keep 132 build_dir="${dir}/${toolchain}" 134 …build_one "${build_dir}" "${toolchainconfig}" "${cfg}" "${pkg}" "${prepare_only}" && ret=0 || ret=…
|
| /OK3568_Linux_fs/kernel/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"
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | yocto-check-layer-wrapper | 33 build_dir=$(mktemp -p $base_dir -d -t build-XXXX) 37 source $this_dir/../oe-init-build-env $build_dir 45 rm -rf $build_dir
|
| H A D | oe-build-perf-test | 54 build_dir = os.environ.get("BUILDDIR") 55 if not build_dir: 59 if os.getcwd() != build_dir: 60 log.error("Please run this script under BUILDDIR (%s)", build_dir)
|
| /OK3568_Linux_fs/u-boot/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))
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | build-perf-test-wrapper.sh | 159 build_dir="$base_dir/build-$git_rev-$timestamp" 165 source ./oe-init-build-env $build_dir >/dev/null || exit 1 168 auto_conf="$build_dir/conf/auto.conf" 244 rm -rf "$build_dir"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf_git.bb | 192 build_dir="${S}/Build/Ovmf$OVMF_DIR_SUFFIX/RELEASE_${FIXED_GCCVER}" 197 ln ${build_dir}/FV/OVMF.fd ${WORKDIR}/ovmf/ovmf.fd 198 ln ${build_dir}/FV/OVMF_CODE.fd ${WORKDIR}/ovmf/ovmf.code.fd 199 ln ${build_dir}/FV/OVMF_VARS.fd ${WORKDIR}/ovmf/ovmf.vars.fd 200 ln ${build_dir}/${OVMF_ARCH}/Shell.efi ${WORKDIR}/ovmf/ 207 ln ${build_dir}/FV/OVMF.fd ${WORKDIR}/ovmf/ovmf.secboot.fd 208 ln ${build_dir}/FV/OVMF_CODE.fd ${WORKDIR}/ovmf/ovmf.secboot.code.fd 209 ln ${build_dir}/${OVMF_ARCH}/EnrollDefaultKeys.efi ${WORKDIR}/ovmf/
|
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/u-boot/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'
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | control.py | 84 board_pathname = os.path.join(options.build_dir, board)
|
| H A D | binman | 63 'tools/binman/binman.py -t' % options.build_dir)
|
| H A D | binman.py | 63 'tools/binman/binman.py -t' % options.build_dir)
|
| H A D | func_test.py | 127 options.build_dir = self._indir
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch | 31 self.build_dir)
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | setup.py | 45 self.build_dir = build_lib
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 869 build_dir=re.sub("/tmp/log/.*","",Build.objects.get(pk=build_id).cooker_log_path) 902 …'vhistory__file_name__contains:'+build_dir+'/conf/',queryset_with_search.filter(vhistory__file_nam…
|