]> code.ossystems Code Review - openembedded-core.git/commit
wic: Add post operation hook for SourcePlugin
authorParthiban Nallathambi <pn@denx.de>
Tue, 20 Feb 2018 15:49:27 +0000 (16:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:29 +0000 (17:08 +0000)
commit5055489b9ab3fda32a285d0d165d080d11a4d432
tree81977a408a70fb90224319fc0a889b344815dacc
parent0e3a9bed988b5fd4de770fe8cd1160b9f6c8c365
wic: Add post operation hook for SourcePlugin

do_post_partition hook is needed if some operations like security signing
the parition needs to be done. source plugins can make use of this to implement
post operatiosn in do_post_partition. do_post_partition is called after
do_prepare_partition if present.

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/help.py
scripts/lib/wic/partition.py
scripts/lib/wic/pluginbase.py