]> code.ossystems Code Review - openembedded-core.git/commit
wic: pluginbase: use global dictionary
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 16 Feb 2017 10:53:30 +0000 (12:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:31 +0000 (10:42 +0000)
commit68df14eb43103537279824c5f627cc5914b5282c
treecbddc427065223f265acbd59db0eaec6f82ccd21
parent244585b369ecc0019002ca51bf7f8fd506234462
wic: pluginbase: use global dictionary

Made PluginMeta to populate global PLUGINS dictionary that
is accessed by PluginMgr. This should make the code more
understandable as PluginMgr don't need to get data directly
from PlugnMeta attribute.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/pluginbase.py