generic-poky/scripts/lib/image
Ed Bartosh 8313ceae26 wic: deferred call of hlp.get_wic_plugins_help()
If get_wic_plugins_help is called from wic main module
it calls git_bitbake_var at some point. This fails when
wic is called from bitbake as 'bitbake -e' can't be
run.

Moved call of this method to help.py in order to call it
later, when BitbakeVariables singleton is properly initialized
to get variables from .env files.

(From OE-Core rev: d401a8518fb4b0e8adeb34be8948fa780299870c)

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-08-30 12:36:08 +01:00
..
canned-wks wic: add mkhybridiso kickstart file 2015-08-24 23:46:56 +01:00
config wic: Remove unused conf support 2014-08-11 10:53:11 +01:00
__init__.py wic: Initial code for wic (OpenEmbedded Image Creator) 2013-10-01 22:56:03 +01:00
engine.py wic: Code cleanup: unused imports 2015-07-02 23:08:38 +01:00
help.py wic: deferred call of hlp.get_wic_plugins_help() 2015-08-30 12:36:08 +01:00