Searched refs:pkg_dir (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 432 pkg_dir = self._extract_in_tmpdir(pkg) 439 oe.path.copytree(pkg_dir, dst_dir) 440 shutil.rmtree(pkg_dir) 513 def install_uninstall_packages(self, test_id, pkg_dir, install): argument 524 self._install_uninstall_packages(needed_packages, pkg_dir, install) 526 def _install_uninstall_packages(self, needed_packages, pkg_dir, install=True): argument 540 src_dir = os.path.join(pkg_dir, pkg) 572 pkg_dir = self.d.getVar("TEST_EXTRACTED_DIR") 573 super(ImageTestContext, self).install_uninstall_packages(test_id, pkg_dir, install) 597 pkg_dir = os.path.join(export_dir, extracted_dir) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 130 pkg_dir = _extract_in_tmpdir(d, pkg) 131 oe.path.copytree(pkg_dir, dst_dir) 132 shutil.rmtree(pkg_dir)
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 250 pkg_dir = os.path.join(WORKSPACE, pkg) 251 if os.path.exists(os.path.join(pkg_dir, ".git")): 252 return pkg_dir 254 os.mkdir(pkg_dir) 255 printline(pkg_dir, "> git clone", pkg_repo, branch, "./") 258 clone = Repo.clone_from(pkg_repo, pkg_dir, branch=branch) 262 clone = Repo.clone_from(pkg_repo, pkg_dir, branch="master")
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 941 pkg_dir = pkgdest + os.sep + pkg + os.sep 944 if cpath.exists(pkg_dir + f) and not cpath.islink(pkg_dir + f):
|