diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2015-12-23 15:50:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:40:16 +0000 |
commit | a3e26f9a7a90e69cf7912911f7e7434a17cdbf4c (patch) | |
tree | 2f403f9cbe7df2f5f074bf466dcdc44b4aebc872 /meta | |
parent | d6e0da41bf7ea3502ae629f3ee11e932224ce736 (diff) | |
download | poky-a3e26f9a7a90e69cf7912911f7e7434a17cdbf4c.tar.gz |
wic: rawcopy: Copy source file to build folder
When a file is given using --sourceparams then wic directly use that file
instead of copying them to build folder. At time of assembling it os.rename
is called which renames all the files to name. In that process the original
file is renamed. When image recipe is rebuilt then wic complains about
missing file which was renamed in previous build.
[YOCTO #8854]
(From OE-Core rev: 33c52b1f2d39feb641465bf42e8b16d0ab22a316)
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 'meta')
0 files changed, 0 insertions, 0 deletions