]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: check if part_type is set only for msdos partition table
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 2 Jun 2015 14:02:00 +0000 (17:02 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:37 +0000 (23:55 +0100)
commit52dcccbead0c57d1a3f4afd2f9c7a38a985301ec
treeb37fb2897266a38f8616593a48da2f3b370b6657
parent3ec5e2892c5ee312c44f4425096450a1914ce44a
wic: check if part_type is set only for msdos partition table

Specifying partition type(GUID) makes sense for gpt partition table.

Current code checks if part-type is specified and throws exception
if it is. This makes sense to do only for msdos partition table.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/utils/partitionedfs.py