Home
last modified time | relevance | path

Searched refs:base_dir (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh72 w) base_dir=`realpath -s "$OPTARG"`
145 if [ -z "$base_dir" ]; then
146 base_dir="$git_topdir/build-perf-test"
148 echo "Using working dir $base_dir"
151 download_dir="$base_dir/downloads"
154 globalres_dir="$base_dir"
159 build_dir="$base_dir/build-$git_rev-$timestamp"
160 results_dir="$base_dir/results-$git_rev-$timestamp"
164 mkdir -p "$base_dir"
176 if [ -f "$base_dir/auto.conf.extra" ]; then
[all …]
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Dobmc-flash-bios37 base_dir="/media/hostfw"
38 ro_dir="${base_dir}/running-ro"
39 running_dir="${base_dir}/running"
40 prsv_dir="${base_dir}/prsv"
41 staging_dir="${base_dir}/staging"
42 nvram_dir="${base_dir}/nvram"
64 mount ${base_dir}/hostfw-"${boot_label}" ${ro_dir} -o ro
134 alternate_dir="${base_dir}/alternate"
139 mount ${base_dir}/hostfw-${alternate_label} ${alternate_dir} -o ro
H A Drecover_pnor_files3 base_dir="/var/lib/phosphor-software-manager/hostfw"
5 running_dir="${base_dir}/running"
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py68 base_dir = os.path.join(path, 'oeqa')
69 if os.path.exists(base_dir) and os.path.isdir(base_dir):
70 for file in os.listdir(base_dir):
72 comp_context = os.path.join(base_dir, file, 'context.py')
H A Dtestexport.py186 def files_to_copy(base_dir): argument
192 dir_list = [base_dir]
/openbmc/openbmc/poky/scripts/
H A Dyocto-check-layer-wrapper30 base_dir=$(realpath $BUILDDIR/../)
31 cd $base_dir
33 build_dir=$(mktemp -p $base_dir -d -t build-XXXX)
/openbmc/u-boot/tools/buildman/
H A Dtest.py146 global base_dir
158 % {'basedir' : base_dir + '/.bm-work/00/'})
188 global base_dir
190 base_dir = tempfile.mkdtemp()
191 if not os.path.isdir(base_dir):
192 os.mkdir(base_dir)
193 build = builder.Builder(self.toolchains, base_dir, None, 1, 2,
313 shutil.rmtree(base_dir)
317 base_dir = tempfile.mkdtemp()
318 if not os.path.isdir(base_dir):
[all …]
H A Dbuilder.py223 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument
256 self.base_dir = base_dir
257 self._working_dir = os.path.join(base_dir, '.bm-work')
486 return self.base_dir
487 return os.path.join(self.base_dir, commit_dir)
1527 for dirname in glob.glob(os.path.join(self.base_dir, '*')):
1555 builderthread.Mkdir(self.base_dir, parents = True)
H A Dkconfiglib.py104 def __init__(self, filename="Kconfig", base_dir=None, print_warnings=True, argument
196 self.base_dir = self.srctree if base_dir is None else \
197 os.path.expandvars(base_dir)
257 return self.base_dir
591 self.base_dir,
696 f = os.path.join(self.base_dir, exp_kconfig_file)
705 self.base_dir))
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate30 iotests.FilePath('nbd-src.sock', base_dir=iotests.sock_dir) as nbd_src, \
31 iotests.FilePath('nbd-dst.sock', base_dir=iotests.sock_dir) as nbd_dst, \
32 iotests.FilePath('migrate.sock', base_dir=iotests.sock_dir) as mig_sock, \
H A Dparallels-read-bitmap26 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A Dnbd-reconnect-on-open30 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A Diothreads-nbd-export29 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock, \
H A Dimage-fleecing289 base_dir=iotests.sock_dir) as nbd_sock_path:
/openbmc/qemu/tests/qemu-iotests/
H A D20929 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D29929 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A D20830 iotests.FilePath('nbd.sock', base_dir=iotests.sock_dir) as nbd_sock_path, \
H A D27731 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D30280 nbd_sock = file_path("nbd-sock", base_dir=iotests.sock_dir)
H A D26429 nbd_sock = file_path('nbd-sock', base_dir=iotests.sock_dir)
H A D19430 iotests.FilePath('migration.sock', 'nbd.sock', base_dir=iotests.sock_dir) \
H A D30735 iotests.FilePath('socket', base_dir=iotests.sock_dir) as socket, \
H A D24025 nbd_sock = iotests.file_path('nbd.sock', base_dir=iotests.sock_dir)
H A D151242 base_dir=iotests.sock_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py123 test.base_dir = self.out_dir
253 self.base_dir = None
268 return os.path.join(self.base_dir, self.name + '.tmp')

12