Added property that points to the mcopy executable.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
self.native_sysroot = native_sysroot
self._partitions = None
self._mdir = None
+ self._mcopy = None
self._partimages = {}
# find parted
def mdir(self):
return self._prop('mdir')
+ @property
+ def mcopy(self):
+ return self._prop("mcopy")
+
def _get_part_image(self, pnum):
if pnum not in self.partitions:
raise WicError("Partition %s is not in the image")