]> code.ossystems Code Review - openembedded-core.git/commit
wic: plugin: cache results in get_plugins
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 15 Feb 2017 18:42:30 +0000 (20:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:31 +0000 (10:42 +0000)
commit95ba37b394d01a6ed81f32ffa03813a070d682dc
tree0fe47d8e4fe908b516c4ddc5d2de13245a9ec130
parentefcd07fe17bf55441059b00a5becc3952e0a4075
wic: plugin: cache results in get_plugins

Store results of PluginMgr.get_plugins to avoid
loading plugins more than once.

This should speed up finding plugins.

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