Home
last modified time | relevance | path

Searched refs:image_rootfs (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py22 self.image_rootfs = self.d.getVar('IMAGE_ROOTFS')
114 shutil.rmtree(self.image_rootfs + '-orig')
117 bb.utils.rename(self.image_rootfs, self.image_rootfs + '-orig')
120 bb.utils.mkdirhier(self.image_rootfs)
124 if not os.path.isdir(self.image_rootfs + '-orig' + dir):
126 bb.utils.mkdirhier(self.image_rootfs + os.path.dirname(dir))
127 … shutil.copytree(self.image_rootfs + '-orig' + dir, self.image_rootfs + dir, symlinks=True)
131 src = self.image_rootfs + '-orig' + dir
133 dst = self.image_rootfs + dir
138 for root, dirs, files in os.walk(self.image_rootfs + '-orig'):
[all …]
H A Dmanifest.py88 image_rootfs = self.d.getVar('IMAGE_ROOTFS')
90 if image_rootfs.find("core-image-sato-sdk") > 0:
102 elif image_rootfs.find("core-image-sato") > 0:
109 elif image_rootfs.find("core-image-minimal") > 0:
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcrosstap189 self.image_rootfs = None
212 (self.image_rootfs,
257 if self.image_rootfs:
258 sysroot = self.image_rootfs
259 if not os.path.isdir(self.image_rootfs):
275 if not sysroot_option and self.image_rootfs:
312 if self.image_rootfs:
314 stap.sysroot = self.image_rootfs + "-dbg"
316 stap.sysroot = self.image_rootfs
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py135 bb.utils.remove(self.image_rootfs, True)
137 self.image_rootfs,
142 self.image_rootfs,
201 dirs = [self.image_rootfs]
335 status_file = os.path.join(self.image_rootfs,
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py132 bb.utils.remove(self.image_rootfs, True)
197 status_file = self.image_rootfs + "/var/lib/dpkg/status"
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py105 def update_fstab(self, image_rootfs): argument
107 if not image_rootfs:
110 fstab_path = image_rootfs + "/etc/fstab"
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py27 bb.utils.remove(self.image_rootfs, True)