]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: Load plugins in a well defined order
authorOla x Nilsson <ola.x.nilsson@axis.com>
Tue, 25 Oct 2016 11:03:35 +0000 (13:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:29 +0000 (22:47 +0000)
commit7a8726a3662a3909dc6ef6e8d1029d0b1aa938c3
tree8ecc7430cc0d26632f6a2dfd88b7f08070cb8dbb
parent1b2b8a0a80de17ea053002fdd124055d2798029a
recipetool: Load plugins in a well defined order

To allow recipetool plugins in one layer to shadow another in a well
defined way, first search BBPATH/lib/recipetool directories and then
scripts/lib/recipetool and load only the first found.

The previous search and load loop would load all found plugins with the
ones found later replacing any found before.

Signed-off-by: Ola x Nilsson <ola.x.nilsson@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/recipetool