diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-08-04 14:27:52 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:10 +0100 |
commit | df42125f2c2065e13d96ef9cfb21bb4a59c90ec3 (patch) | |
tree | 6d992a3b436b60b4ac5c665606efc4fc108ac203 /scripts/lib/mic/plugin.py | |
parent | 946dbec4ebde9a875dfc1213e8449cf11c92fbab (diff) | |
download | poky-df42125f2c2065e13d96ef9cfb21bb4a59c90ec3.tar.gz |
wic: Remove unused plugin and error code
wic doesn't use it, so remove it.
(From OE-Core rev: b818e5a1ed047940fda533da73fc50a099e1aa3f)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/mic/plugin.py')
-rw-r--r-- | scripts/lib/mic/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/mic/plugin.py b/scripts/lib/mic/plugin.py index f836950727..43afdbc2f2 100644 --- a/scripts/lib/mic/plugin.py +++ b/scripts/lib/mic/plugin.py | |||
@@ -24,7 +24,7 @@ from mic.utils.oe.misc import * | |||
24 | 24 | ||
25 | __ALL__ = ['PluginMgr', 'pluginmgr'] | 25 | __ALL__ = ['PluginMgr', 'pluginmgr'] |
26 | 26 | ||
27 | PLUGIN_TYPES = ["imager", "source"] # TODO "hook" | 27 | PLUGIN_TYPES = ["imager", "source"] |
28 | 28 | ||
29 | PLUGIN_DIR = "/lib/mic/plugins" # relative to scripts | 29 | PLUGIN_DIR = "/lib/mic/plugins" # relative to scripts |
30 | SCRIPTS_PLUGIN_DIR = "scripts" + PLUGIN_DIR | 30 | SCRIPTS_PLUGIN_DIR = "scripts" + PLUGIN_DIR |