]> code.ossystems Code Review - openembedded-core.git/commit
wic: Refactored getting root device name
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 5 Jun 2015 07:17:11 +0000 (10:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:39 +0000 (23:55 +0100)
commit4a303007149ea1205bbd454e70810e7dfa343d4c
tree90b03fdfcbfcd53e8c64d09692ab8767a9aad2fe
parent2cae0473971ff3983c7e423c23215b342c7dad1d
wic: Refactored getting root device name

Replaced DirectImageCreator._get_boot_config private method
with a 'rootdev' property.
Simplified the code and API.
Used 'uuid' property instead of incorrectly used 'part_type'.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/imager/direct.py
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py