Home
last modified time | relevance | path

Searched refs:imagepath (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument
226 self.imagepath = imagepath
261 out = exec_cmd("%s -sm %s unit B print" % (self.parted, self.imagepath))
306 sparse_copy(self.imagepath, dst_fname, skip=part.start, length=part.size)
313 sparse_copy(self._partimages[pnum], self.imagepath,
455 sparse_copy(self.imagepath, target)
458 sparse_copy(self.imagepath, target, length=2048 * self._lsector_size)
461 parts = read_ptable(self.imagepath)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass496 imagepath = d.getVar("IMAGE_ROOTFS")
498 searchpaths = [oe.path.join(imagepath, sysconfdir, "systemd", "system"),
499 oe.path.join(imagepath, d.getVar("systemd_system_unitdir"))]
500 fstabpath = oe.path.join(imagepath, sysconfdir, "fstab")