mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
wic: Report all ROOTFS_DIR artifacts
When a .wks has more than one ROOTFS_DIR it's better to report all ROOTFS_DIR that was used to create the image. (From OE-Core rev: a8762f3be215678a6806cabe49647083f42323a8) Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13afd35868
commit
3c00384884
@@ -59,6 +59,19 @@ class Wic_PartData(Mic_PartData):
|
||||
|
||||
return retval
|
||||
|
||||
def get_rootfs(self):
|
||||
"""
|
||||
Acessor for rootfs dir
|
||||
"""
|
||||
return self.rootfs
|
||||
|
||||
def set_rootfs(self, rootfs):
|
||||
"""
|
||||
Acessor for actual rootfs dir, which must be set by source
|
||||
plugins.
|
||||
"""
|
||||
self.rootfs = rootfs
|
||||
|
||||
def get_size(self):
|
||||
"""
|
||||
Accessor for partition size, 0 or --size before set_size().
|
||||
|
||||
Reference in New Issue
Block a user