wic: Add RootfsPlugin
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>
Sat, 29 Mar 2014 03:12:02 +0000 (00:12 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Mar 2014 09:10:34 +0000 (10:10 +0100)
commit124b36716b14c44ca8555a428ee5ddcc3a5f0004
treee2b34fd0595b9da6c632dba7b5c7be18bd7bbe1d
parente95836cd3ada55609b742be9c8d7cfab897da0c9
wic: Add RootfsPlugin

Implement RootfsPlugin class. The do_prepare_partition() method
is implemented using code in Wic_PartData class.

This class have 'rootfs' name, which is the name that should
be used in the --source parameters of the .wks partition commands.

(From OE-Core rev: 68dd66849bbaca6e3a0cf00beec0dba1c08e9070)

Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/mic/plugins/source/rootfs.py [new file with mode: 0644]