]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add --include-path argument
authorPaul Barker <pbarker@konsulko.com>
Wed, 8 Jan 2020 11:25:46 +0000 (11:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2020 20:32:04 +0000 (20:32 +0000)
commitd4cd27a9837426e809190548a83c6c7c76505114
tree27203bd06cc01655ea6c33ed596bce4eea4136a2
parent07b6b284204e912b5d08bdd0ca51b766ab7dd9c1
wic: Add --include-path argument

This option adds the contents of the given path to a partition built
with the rootfs source plugin. The path is relative to the directory in
which wic is running not the rootfs itself so use of an absolute path
is recommended. This option is most useful when multiple copies of the
rootfs are added to an image and it is required to add extra content to
only one of these copies. This option only has an effect with the
rootfs source plugin.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/wic.py
scripts/lib/wic/help.py
scripts/lib/wic/ksparser.py
scripts/lib/wic/partition.py
scripts/lib/wic/plugins/source/rootfs.py