diff options
Diffstat (limited to 'scripts/lib/devtool/build-image.py')
-rw-r--r-- | scripts/lib/devtool/build-image.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build-image.py index 817703a0e5..2c014289fe 100644 --- a/scripts/lib/devtool/build-image.py +++ b/scripts/lib/devtool/build-image.py | |||
@@ -25,10 +25,6 @@ from devtool import exec_build_env_command, setup_tinfoil, parse_recipe | |||
25 | 25 | ||
26 | logger = logging.getLogger('devtool') | 26 | logger = logging.getLogger('devtool') |
27 | 27 | ||
28 | def plugin_init(pluginlist): | ||
29 | """Plugin initialization""" | ||
30 | pass | ||
31 | |||
32 | def _get_recipes(workspace, config): | 28 | def _get_recipes(workspace, config): |
33 | """Get list of target recipes from the workspace.""" | 29 | """Get list of target recipes from the workspace.""" |
34 | result = [] | 30 | result = [] |