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
274 (self.sector_size, self.parted, self.imagepath), True)
276 out = exec_cmd("%s -sm %s unit B print" % (self.parted, self.imagepath))
322 sparse_copy(self.imagepath, dst_fname, skip=part.start, length=part.size)
329 sparse_copy(self._partimages[pnum], self.imagepath,
471 sparse_copy(self.imagepath, target)
474 sparse_copy(self.imagepath, target, length=2048 * self._lsector_size)
477 parts = read_ptable(self.imagepath)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass502 imagepath = d.getVar("IMAGE_ROOTFS")
504 searchpaths = [oe.path.join(imagepath, sysconfdir, "systemd", "system"),
505 oe.path.join(imagepath, d.getVar("systemd_system_unitdir"))]
506 fstabpath = oe.path.join(imagepath, sysconfdir, "fstab")