poky/scripts/lib/devtool
Ed Bartosh 9485888656 devtool: make plugin_init optional
So far all devtool and recipetool plugins were expected
to have plugin_init function. This function is empty in
most of plugins as they don't require initialisation.

Making plugin_init optional would allow not having empty
plugin_init in every plugin.

(From OE-Core rev: b99640c89f067866b264f4ee4030fae4c2f338c0)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-12 22:48:30 +01:00
..
__init__.py Revert "devtool: make add_md5 a public API" 2015-08-31 11:37:11 +01:00
build-image.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00
build.py devtool: Allow disabling make parallelism on build command 2015-09-09 14:27:52 +01:00
deploy.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00
package.py devtool: add package plugin that lets you create package via devtool 2015-09-09 14:27:53 +01:00
sdk.py devtool: add mechanism for updating extensible SDK 2015-09-09 14:27:43 +01:00
standard.py devtool: make plugin_init optional 2015-09-12 22:48:30 +01:00
upgrade.py devtool: add upgrade feature 2015-09-09 14:27:51 +01:00