]> code.ossystems Code Review - openembedded-core.git/commit
devtool: make plugin_init optional
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 30 Aug 2015 16:33:19 +0000 (19:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:05 +0000 (22:47 +0100)
commitb99640c89f067866b264f4ee4030fae4c2f338c0
treecc31abfa8b5a088655b3aa6778e702e177fa7104
parent7afe15051516053303f6afef4d6fbb0a3872b411
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.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/build-image.py
scripts/lib/devtool/deploy.py
scripts/lib/devtool/standard.py
scripts/lib/recipetool/append.py
scripts/lib/recipetool/create_buildsys.py
scripts/lib/recipetool/create_buildsys_python.py
scripts/lib/scriptutils.py