generic-poky/scripts/lib
Kristian Amlie 0cfcdf2e95 wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.
If we are both having a bootloader and a U-Boot environment file, we
can end up with two entries using "--source rawcopy" and "--no-table",
and since they reuse the same file [1], their cleanup handlers will
try to delete the same file twice. So make sure we only do it once.

[1] Although they reuse the same file, the resulting output is
correct, so it appears the file is accessed in properly sequential
order.

(From OE-Core rev: f1a3eac376c4600cdb128d870ad9b7e9d51ed9c0)

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-11 16:09:14 +00:00
..
bsp example-recipe: Fix LDFLAGS compilation issue on newly created recipes 2016-12-22 08:53:03 +00:00
compatlayer yocto-compat-layer.py: Add script to YP Compatible Layer validation 2017-03-04 23:18:19 +00:00
devtool devtool/sdk: Run build-sysroots after installing new things 2017-03-01 23:27:11 +00:00
recipetool scripts/lib/create_npm: handle Public Domain licenses 2017-03-04 23:18:18 +00:00
wic wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries. 2017-03-11 16:09:14 +00:00
argparse_oe.py scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments' 2016-05-06 10:31:13 +01:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py scripts: remove True option to getVar calls 2016-12-16 10:23:23 +00:00