poky/scripts/lib/wic/plugins/source
Ricardo Ribalda Delgado a293c76c53 wic: root: Add an opt. destination on include-path
Allow specifying an optional destination to include-path and make the
option aware of permissions and owners.

It is very useful for making a partition that contains the rootfs for a
host and a target Eg:

/ -> Roofs for the host
/export/ -> Rootfs for the target (which will netboot)

Although today we support making a partition for "/export" this might
not be compatible with some upgrade systems, or we might be limited by
the number of partitions.

With this patch we can use something like:

part / --source rootfs --fstype=ext4 --include-path core-image-minimal-mtdutils export/ --include-path hello

on the .wks file.

Cc: Paul Barker <pbarker@konsulko.com>
(From OE-Core rev: e8c21c6ebaebde88151697381bdb2452f1171090)

Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-26 14:00:50 +01:00
..
bootimg-biosplusefi.py wic/plugins: Source that support both EFI and BIOS 2019-07-23 22:26:28 +01:00
bootimg-efi.py wic: add support for kernel with initramfs bundled 2019-07-17 19:25:02 +01:00
bootimg-partition.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
bootimg-pcbios.py wic: add support for kernel with initramfs bundled 2019-07-17 19:25:02 +01:00
isoimage-isohybrid.py isoimage-isohybrid.py: Parameterize ESP partition size 2019-11-10 14:06:10 +00:00
rawcopy.py wic: fix images build in parallel 2020-01-19 13:24:39 +00:00
rootfs.py wic: root: Add an opt. destination on include-path 2020-04-26 14:00:50 +01:00