Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] wic: Fix fstype handling
@ 2017-03-30 18:43 Ed Bartosh
  2017-03-30 18:43 ` [PATCH 1/9] oe-selftest: fix incorrect fstype Ed Bartosh
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Ed Bartosh @ 2017-03-30 18:43 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset adds support for msdos(FAT16) fstype (#11137) and fixes number of issues
in handling fstypes in wic code:
   - restricted supported fstypes in wks parser code
   - fixed the code that creates partitions of certain fstypes
   - removed support of empty squashfs partitions

The following changes since commit 6bbf3176fe227712a478f5b4b1fdcf9417a89568:

  oe-selftest: add test_image_bootpart_globbed test for wic (2017-03-30 13:27:19 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/wip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/wip

Ed Bartosh (9):
  oe-selftest: fix incorrect fstype
  wic: allow only supported fstypes
  wic: don't silently skip unknown fstypes
  wic: support 'msdos' fstype
  wic: set FAT 16 for msdos partitions
  wic: set correct system id for msdos partitions
  wic: fix list of supported fstypes in help content
  oe-selftest: test creation of msdos partition
  wic: remove prepare_empty_partition_squashfs

 meta/lib/oeqa/selftest/wic.py            |  4 +-
 scripts/lib/wic/help.py                  |  2 +
 scripts/lib/wic/ksparser.py              |  4 +-
 scripts/lib/wic/partition.py             | 99 +++++++++++++-------------------
 scripts/lib/wic/plugins/imager/direct.py | 15 +----
 5 files changed, 48 insertions(+), 76 deletions(-)

--
Regards,
Ed



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

end of thread, other threads:[~2017-03-30 19:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-30 18:43 [PATCH 0/9] wic: Fix fstype handling Ed Bartosh
2017-03-30 18:43 ` [PATCH 1/9] oe-selftest: fix incorrect fstype Ed Bartosh
2017-03-30 18:43 ` [PATCH 2/9] wic: allow only supported fstypes Ed Bartosh
2017-03-30 18:43 ` [PATCH 3/9] wic: don't silently skip unknown fstypes Ed Bartosh
2017-03-30 18:43 ` [PATCH 4/9] wic: support 'msdos' fstype Ed Bartosh
2017-03-30 18:43 ` [PATCH 5/9] wic: set FAT 16 for msdos partitions Ed Bartosh
2017-03-30 18:43 ` [PATCH 6/9] wic: set correct system id " Ed Bartosh
2017-03-30 18:43 ` [PATCH 7/9] wic: fix list of supported fstypes in help content Ed Bartosh
2017-03-30 18:43 ` [PATCH 8/9] oe-selftest: test creation of msdos partition Ed Bartosh
2017-03-30 18:43 ` [PATCH 9/9] wic: remove prepare_empty_partition_squashfs Ed Bartosh
2017-03-30 19:02 ` ✗ patchtest: failure for wic: Fix fstype handling Patchwork

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