generic-poky/scripts/lib/wic/plugins/source
Ed Bartosh 2d5b282957 wic: rawcopy: make source filenames unique
Rawcopy plugin copies source files to build folder before using them
to assemble result image. After assembling the image wic renames
source files to <image>.p<partition number>. If the same source file
is used in multiple partitions wic breaks trying to rename file that
doesn't exist.

Added <line number> suffix to the files when copying them to the
build dir. This should make filename unique even if the same source
file is used for multiple partitions.

[YOCTO #9826]

(From OE-Core rev: 43a809bfe99024083b4ab4eb9895b084c9c4fa80)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-21 07:47:52 +01:00
..
bootimg-efi.py wic: add systemd-boot option in EFI boot image plugin 2016-07-20 10:28:46 +01:00
bootimg-partition.py wic: do not remove build dir in source plugins 2016-01-20 17:07:13 +00:00
bootimg-pcbios.py image-live, image-vm, wic: Remove fs size workaround 2016-06-03 13:13:30 +01:00
fsimage.py wic: code cleanup: superfluous-parens 2015-06-23 11:47:36 +01:00
isoimage-isohybrid.py image-live, image-vm, wic: Remove fs size workaround 2016-06-03 13:13:30 +01:00
rawcopy.py wic: rawcopy: make source filenames unique 2016-07-21 07:47:52 +01:00
rootfs.py wic: get rid of get_rootfs and set_rootfs 2016-01-18 11:47:06 +00:00
rootfs_pcbios_ext.py wic: removed unused imports 2016-01-19 17:24:47 +00:00