]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: also load plugins from BBPATH
authorChristopher Larson <kergoth@gmail.com>
Thu, 25 Jun 2015 18:35:41 +0000 (11:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2015 11:28:12 +0000 (12:28 +0100)
commit5753f20acc31d4d8d93069e3daccce1fad27b7ac
tree1aa6fe87ba293537c7bbda018cf1f9d986e96e8f
parentc6feb6e97c9929560b1e3cec280c1d7976ecc030
recipetool: also load plugins from BBPATH

This makes it easier to extend, as a layer can add its own sub-commands.

The bitbake path setup is moved earlier, as it has to be done before
tinfoil_init.

[YOCTO #7625]

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/recipetool