diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-06-30 19:29:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-21 07:45:01 +0100 |
commit | 43a809bfe99024083b4ab4eb9895b084c9c4fa80 (patch) | |
tree | 209e7e82c0552b3b3537f41ba0fe8042b224f91a /scripts/lib/wic/plugins/source/isoimage-isohybrid.py | |
parent | a343788b11f6c4f92ae8d2035fe8cb54f922227e (diff) | |
download | openembedded-core-43a809bfe99024083b4ab4eb9895b084c9c4fa80.tar.gz openembedded-core-43a809bfe99024083b4ab4eb9895b084c9c4fa80.tar.bz2 openembedded-core-43a809bfe99024083b4ab4eb9895b084c9c4fa80.zip |
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]
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>
Diffstat (limited to 'scripts/lib/wic/plugins/source/isoimage-isohybrid.py')
0 files changed, 0 insertions, 0 deletions