Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py24 self.image_rootfs = self.d.getVar('IMAGE_ROOTFS')
116 shutil.rmtree(self.image_rootfs + '-orig')
119 bb.utils.rename(self.image_rootfs, self.image_rootfs + '-orig')
122 bb.utils.mkdirhier(self.image_rootfs)
128 … shutil.copytree(self.image_rootfs + '-orig' + path, self.image_rootfs + path, symlinks=True)
130 shutil.copyfile(self.image_rootfs + '-orig' + path, self.image_rootfs + path)
134 src = self.image_rootfs + '-orig' + dir
136 dst = self.image_rootfs + dir
171 os.remove(self.image_rootfs + path)
178 bb.utils.rename(self.image_rootfs, self.image_rootfs + '-dbg')
[all …]
H A Dmanifest.py90 image_rootfs = self.d.getVar('IMAGE_ROOTFS')
92 if image_rootfs.find("core-image-sato-sdk") > 0:
104 elif image_rootfs.find("core-image-sato") > 0:
111 elif image_rootfs.find("core-image-minimal") > 0:
/openbmc/openbmc/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
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py137 bb.utils.remove(self.image_rootfs, True)
139 self.image_rootfs,
144 self.image_rootfs,
203 dirs = [self.image_rootfs]
337 status_file = os.path.join(self.image_rootfs,
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py134 bb.utils.remove(self.image_rootfs, True)
199 status_file = self.image_rootfs + "/var/lib/dpkg/status"
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py29 bb.utils.remove(self.image_rootfs, True)
/openbmc/openbmc/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"