mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
946dbec4eb
commit
df42125f2c
@@ -24,7 +24,7 @@ from mic.utils.oe.misc import *
|
||||
|
||||
__ALL__ = ['PluginMgr', 'pluginmgr']
|
||||
|
||||
PLUGIN_TYPES = ["imager", "source"] # TODO "hook"
|
||||
PLUGIN_TYPES = ["imager", "source"]
|
||||
|
||||
PLUGIN_DIR = "/lib/mic/plugins" # relative to scripts
|
||||
SCRIPTS_PLUGIN_DIR = "scripts" + PLUGIN_DIR
|
||||
|
||||
Reference in New Issue
Block a user