]> code.ossystems Code Review - openembedded-core.git/commit
wic: rootfs: fix rootfs path reporting
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 28 Jul 2017 09:29:25 +0000 (12:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:45:12 +0000 (08:45 +0100)
commit28d2d7d6f79df08431187c7debaab2a3fa516671
treedaf0342b83c15654ac67bc9e93e0c811fd5464d9
parenta1c83cebe986e211dfc31be5cbd748f53fc298df
wic: rootfs: fix rootfs path reporting

wic gets rootfs paths from partition object property
'rootfs_dir' and shows them in final report.

rootfs plugin sets this property to the temporary path,
which causes temporary paths appearing in the report.

Changed the code to prevent storing temporary rootfs path
in part.rootfs_dir. This should fix the report.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/rootfs.py