mirror of
https://git.yoctoproject.org/poky
synced 2026-06-14 05:19:57 +00:00
594dc7213f
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>