Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] #11662 - wic should mount /boot
@ 2017-06-27  9:57 Ed Bartosh
  2017-06-27  9:57 ` [PATCH 1/7] wic: copy rootfs directory before changing fstab Ed Bartosh
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ed Bartosh @ 2017-06-27  9:57 UTC (permalink / raw)
  To: openembedded-core

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-27 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-27  9:57 [PATCH 0/7] #11662 - wic should mount /boot Ed Bartosh
2017-06-27  9:57 ` [PATCH 1/7] wic: copy rootfs directory before changing fstab Ed Bartosh
2017-06-27  9:57 ` [PATCH 2/7] wic: use correct rootfs in the report Ed Bartosh
2017-06-27  9:57 ` [PATCH 3/7] wic: use absolute paths in rootfs plugin Ed Bartosh
2017-06-27  9:57 ` [PATCH 4/7] wic: rootfs: fix rootfs path reporting Ed Bartosh
2017-06-27  9:57 ` [PATCH 5/7] wic: rootfs: make copied rootfs unique Ed Bartosh
2017-06-27 12:21   ` Burton, Ross
2017-06-27 13:09     ` Ed Bartosh
2017-06-27  9:57 ` [PATCH 6/7] wic: add /boot mount point to fstab by default Ed Bartosh
2017-06-27  9:57 ` [PATCH 7/7] oe-selftest: wic: fix test_quemu Ed Bartosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox