Searched refs:target_dir (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | setup.py | 12 target_dir = os.path.join(this_dir, "pel_registry") variable 14 os.path.join(this_dir, "registry/message_registry.json"), target_dir 17 os.path.join(this_dir, "registry/O_component_ids.json"), target_dir 20 os.path.join(this_dir, "registry/B_component_ids.json"), target_dir
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 92 def do_configure_grubefi(cls, part, creator, target_dir): argument 106 splash = os.path.join(target_dir, "splash.jpg") 138 cfg_path = os.path.join(target_dir, "grub.cfg") 308 target_dir = "%s/EFI/BOOT" % isodir 309 if os.path.exists(target_dir): 310 shutil.rmtree(target_dir) 312 os.makedirs(target_dir) 331 grub_target = os.path.join(target_dir, grub_dest_image) 339 if not os.path.isfile(os.path.join(target_dir, "boot.cfg")): 340 cls.do_configure_grubefi(part, creator, target_dir)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/ |
| H A D | openvpn_2.6.14.bb | 91 target_dir="${D}/${PTEST_PATH}/unit_tests/$(basename ${dir})" 92 mkdir -p ${target_dir} 93 cp -f ${dir}/Makefile ${target_dir}/ 94 sed -i "s/^Makefile:/MM:/g" ${target_dir}/Makefile 95 sed -i 's/^#TESTS = $(am__EXEEXT_4)/TESTS = $(am__EXEEXT_4)/' ${target_dir}/Makefile 98 cp -rf ${testfile} ${target_dir}/
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 93 def results_as_files(self, target_dir): argument 94 if not os.path.exists(target_dir): 95 raise Exception("Target directory does not exist: %s" % target_dir) 101 section_file = os.path.join(target_dir, prefix)
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 259 target_dir = oe.path.join(self.saved_packaging_data, i) 261 shutil.copytree(source_dir, target_dir, symlinks=True) 263 shutil.copy2(source_dir, target_dir) 269 target_dir = oe.path.join(self.target_rootfs, i) 270 if os.path.exists(target_dir): 271 bb.utils.remove(target_dir, True) 274 shutil.copytree(source_dir, target_dir, symlinks=True) 276 shutil.copy2(source_dir, target_dir)
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | test.py | 160 target_dir = None 163 target_dir = arg[2:] 165 if not os.path.isdir(target_dir): 166 os.mkdir(target_dir)
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | get_unit_test_report.py | 110 working_dir = os.path.join(pwd, args.target_dir)
|