mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00: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
@@ -54,5 +54,6 @@ class RootfsPlugin(SourcePlugin):
|
||||
if part.rootfs:
|
||||
rootfs_dir = part.rootfs
|
||||
|
||||
part.set_rootfs(rootfs_dir)
|
||||
part.prepare_rootfs(cr_workdir, oe_builddir, rootfs_dir, native_sysroot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user