poky/scripts/lib/wic
Noor Ahsan a3e26f9a7a 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>
2016-01-07 13:40:16 +00:00
..
3rdparty/pykickstart wic: code cleanup: superfluous-parens 2015-06-23 11:47:36 +01:00
canned-wks directdisk-bootloader-config.wks: Add example for custom bootloader config 2015-12-09 08:48:25 +00:00
config wic: get rid of scripts/lib/image 2015-09-03 12:43:25 +01:00
imager wic: fix partition size calculation 2015-09-23 09:52:54 +01:00
kickstart wic: Prepare wicboot to allow custom bootloader config 2015-12-09 08:48:24 +00:00
plugins wic: rawcopy: Copy source file to build folder 2016-01-07 13:40:16 +00:00
utils wic/utils/misc.py: Added function to search for files in canned-wks 2015-12-09 08:48:24 +00:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
__version__.py wic: Bump the version to 2.0 2014-08-11 10:53:12 +01:00
conf.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
creator.py wic: use optparse instead of cmdln 2015-09-03 12:43:28 +01:00
engine.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
help.py wic/help.py: document that mountpoint is optional for part command 2015-12-22 16:08:51 +00:00
msger.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
plugin.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
pluginbase.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
test wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00