Searched refs:pkg_dir (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 452 pkg_dir = self._extract_in_tmpdir(pkg) 459 oe.path.copytree(pkg_dir, dst_dir) 460 shutil.rmtree(pkg_dir) 533 def install_uninstall_packages(self, test_id, pkg_dir, install): argument 544 self._install_uninstall_packages(needed_packages, pkg_dir, install) 546 def _install_uninstall_packages(self, needed_packages, pkg_dir, install=True): argument 560 src_dir = os.path.join(pkg_dir, pkg) 592 pkg_dir = self.d.getVar("TEST_EXTRACTED_DIR") 593 super(ImageTestContext, self).install_uninstall_packages(test_id, pkg_dir, install) 617 pkg_dir = os.path.join(export_dir, extracted_dir) [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scanpypi | 135 self.pkg_dir = os.path.join(pkg_folder, self.buildroot_name) 535 path_to_mk = os.path.join(self.pkg_dir, pkg_mk) 553 path_to_hash = os.path.join(self.pkg_dir, pkg_hash) 594 path_to_config = os.path.join(self.pkg_dir, 'Config.in') 713 name=package.pkg_dir)) 715 os.makedirs(package.pkg_dir) 721 .format(name=package.pkg_dir)) 725 shutil.rmtree(package.pkg_dir) 726 os.makedirs(package.pkg_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 128 pkg_dir = _extract_in_tmpdir(d, pkg) 129 oe.path.copytree(pkg_dir, dst_dir) 130 shutil.rmtree(pkg_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | insane.bbclass | 862 pkg_dir = pkgdest + os.sep + pkg + os.sep 865 if os.path.exists(pkg_dir + f) and not os.path.islink(pkg_dir + f):
|