Hi, This patchset adds /boot to the /etc/fstab of root partition, making it mounted on boot. It also fixes reporting and testing issues caused by this change.
The patchset also fixes long standing bug: wic updated fstab inplace in rootfs directory. This causes other tasks working with rootfs directory to produce incorrect results or crash. This is fixed by copying rootfs to the temporary directory before updating fstab. The following changes since commit 8bb669387c70d5df7ade90287e8e63add1948cf3: image_types.bbclass: get rid of IMAGE_DEPENDS (2017-06-26 13:57:37 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/test http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/test Ed Bartosh (7): wic: copy rootfs directory before changing fstab wic: use correct rootfs in the report wic: use absolute paths in rootfs plugin wic: rootfs: fix rootfs path reporting wic: rootfs: make copied rootfs unique wic: add /boot mount point to fstab by default oe-selftest: wic: fix test_quemu meta/lib/oeqa/selftest/cases/wic.py | 2 +- scripts/lib/wic/plugins/imager/direct.py | 31 ++++++++++++++++++++----------- scripts/lib/wic/plugins/source/rootfs.py | 16 +++++++--------- 3 files changed, 28 insertions(+), 21 deletions(-) -- Regards, Ed -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
