]> code.ossystems Code Review - openembedded-core.git/commit
wic: support filesystem label for rawcopy
authorMartin Hundebøll <mnhu@prevas.dk>
Tue, 28 Nov 2017 12:56:11 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 14:36:59 +0000 (14:36 +0000)
commit303d6ca5ae986acd2e633b0dc5e386ee7771f8ab
tree29d51bce0b31b833045de00934ee196ebb4376e5
parent201e0b643c44ef599f7b1b0210f21d0023bc0f96
wic: support filesystem label for rawcopy

The '--label' argument should work for '--source rawcopy' as it does for
'--source rootfs', so add a method in RawCopyPlugin to update the label
on the temporary filesystem images.

Signed-off-by: Martin Hundebøll <mnhu@prevas.dk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/plugins/source/rawcopy.py