generic-poky/scripts/lib
Kristian Amlie f6a064d969 wic: Add --exclude-path option to rootfs source plugin.
It will omit the given path from the resulting partition, and if the
given path ends in a slash, it will only delete the content, and keep
the directory.

Since mkfs only accepts whole directories as input, we need to copy
the rootfs directory to the workdir so that we can selectively delete
files from it.

Since we want to use the copyhardlinktree() function, we need to put
the generic oe lib in the module search path.

(From OE-Core rev: 6602392db3d391d926dead49fcc54326015cfe35)

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-02-15 20:06:44 -08:00
..
bsp example-recipe: Fix LDFLAGS compilation issue on newly created recipes 2016-12-22 08:53:03 +00:00
devtool devtool: improve parse failure handling 2017-02-07 14:50:09 +00:00
recipetool classes: Drop now unneeded update_data calls 2017-02-15 09:29:55 -08:00
wic wic: Add --exclude-path option to rootfs source plugin. 2017-02-15 20:06:44 -08: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