Home
last modified time | relevance | path

Searched refs:dst_dir (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py123 dst_dir = os.path.join(extracted_path, pkg)
126 if os.path.exists(dst_dir):
131 oe.path.copytree(pkg_dir, dst_dir)
161 dst_dir = d.getVar('TEST_PACKAGED_DIR')
165 shutil.copy2(file_path, dst_dir)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py44 def _copy_apt_dir_to(self, dst_dir): argument
47 self.remove(dst_dir, True)
49 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py427 dst_dir = os.path.join(extracted_path, pkg)
429 dst_dir = os.path.join(packaged_path)
437 if os.path.exists(dst_dir):
439 oe.path.copytree(pkg_dir, dst_dir)
506 dst_dir = self.d.getVar("TEST_PACKAGED_DIR")
510 shutil.copy2(file_path, dst_dir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/
H A D0001-corestripper-Fix-uninitialized-warning.patch40 len = strlen(di->dst_dir) + strlen("/dumps/") + 32 +