]> code.ossystems Code Review - openembedded-core.git/commit
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:01:57 +0000 (10:01 +0100)
commit68dd66849bbaca6e3a0cf00beec0dba1c08e9070
tree475a348431331f919bd67031a376581931a3768b
parentef7968dbded62cfce91e4f44bc96e8d04b076f15
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.

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]