Searched refs:status_file (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | rootfs.py | 17 def _get_pkgs_postinsts(self, status_file): argument 34 with open(status_file) as status: 77 def _get_delayed_postinsts_common(self, status_file): argument 97 pkgs = self._get_pkgs_postinsts(status_file) 197 status_file = self.image_rootfs + "/var/lib/dpkg/status" 198 return self._get_delayed_postinsts_common(status_file)
|
| H A D | __init__.py | 210 status_file = self.target_rootfs + "/var/lib/dpkg/status" 212 with open(status_file, "r") as sf: 213 with open(status_file + ".tmp", "w+") as tmp_sf: 230 bb.utils.rename(status_file + ".tmp", status_file) 242 status_file = self.target_rootfs + "/var/lib/dpkg/status" 245 with open(status_file, "r") as status:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | rootfs.py | 18 def _get_pkgs_postinsts(self, status_file): argument 35 with open(status_file) as status: 78 def _get_delayed_postinsts_common(self, status_file): argument 98 pkgs = self._get_pkgs_postinsts(status_file) 335 status_file = os.path.join(self.image_rootfs, 338 return self._get_delayed_postinsts_common(status_file)
|
| H A D | __init__.py | 198 status_file = os.path.join(self.opkg_dir, "status") 200 with open(status_file, "r") as sf: 201 with open(status_file + ".tmp", "w+") as tmp_sf: 218 bb.utils.rename(status_file + ".tmp", status_file)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/ |
| H A D | opkg_0.5.0.bb | 51 echo "option status_file ${OPKGLIBDIR}/opkg/status" >>${D}${sysconfdir}/opkg/opkg.conf
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.6.rst | 122 - opkg: Set correct info_dir and status_file in opkg.conf
|