Home
last modified time | relevance | path

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 Drootfs.py17 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__.py210 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 Drootfs.py18 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__.py198 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 Dopkg_0.5.0.bb51 echo "option status_file ${OPKGLIBDIR}/opkg/status" >>${D}${sysconfdir}/opkg/opkg.conf
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.6.rst122 - opkg: Set correct info_dir and status_file in opkg.conf