]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix naming conflict
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sat, 27 Jun 2015 12:08:15 +0000 (15:08 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:01:39 +0000 (23:01 +0100)
commite9e860d4dcc73c8e19e0e39180d30c85dc155871
treea28ffa4ad7efdd8e11630a0cee2b5c3a30198f8d
parentbda03019624ab10ae2ebbd85538d32f47f32c9af
wic: Fix naming conflict

Image file name is not unique for the partitions without label.
This causes image being rewritten and used as a source for all
partitions without label. Wic produces broken or incorrect result
images because of that.

Added wks line number to the image name to make it unique.
scripts/lib/wic/kickstart/custom_commands/partition.py