poky/scripts/lib/recipetool
Paul Eggleton 7b6e5b025e recipetool: create: add additional extension mechanisms
Add a means of extending the dependency extraction for autotools and
cmake.

Note: in order to have this work, you need to have an __init__.py in the
lib/recipetool directory within your layer along with the module
implementing the handlers, and the __init__.py needs to contain:

  # Enable other layers to have modules in the same named directory
  from pkgutil import extend_path
  __path__ = extend_path(__path__, __name__)

(From OE-Core rev: 915dea9f89cd737e5ba167c384e8d314c5c23c49)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-21 09:32:43 +00:00
..
__init__.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
append.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
create_buildsys_python.py recipetool: create: add additional extension mechanisms 2016-02-21 09:32:43 +00:00
create_buildsys.py recipetool: create: add additional extension mechanisms 2016-02-21 09:32:43 +00:00
create.py recipetool: create: set S when we set SRC_URI from local git repo 2016-02-11 12:33:03 +00:00
newappend.py devtool / recipetool: use common code for launching editor 2016-02-21 09:32:42 +00:00
setvar.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00