]> code.ossystems Code Review - openembedded-core.git/commit
wic: allow only supported fstypes
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Mar 2017 10:37:15 +0000 (13:37 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:17 +0000 (12:12 +0100)
commit21af89a6d44ccea6aef975ffd2483a8fad1231de
treec1003333fc91d66a2e03afbfe1122a74310c60fb
parentcf06e6763d06e3e631bed85e2cb087f713808e6d
wic: allow only supported fstypes

Restricted possible values of --fstype to the list of
supported types. This should catch incorrect values
when .wks file is being parsed.

Removed checks for empty fstype and mentioning of
unsupported fstype 'ontrackdm6aux3'.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/ksparser.py
scripts/lib/wic/partition.py
scripts/lib/wic/plugins/imager/direct.py