]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: allow multiple toolchains in a single path
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 31 Jan 2015 23:12:44 +0000 (00:12 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:19 +0000 (13:52 +0200)
commit60e3dd4be3c8ae932f5a42d88bf1155f2cbd27a9
tree06a6de2b27aebda7d49a4b97c7fa0c24f65ba099
parent2820bc1eddc8471afa7b5291825708aa84d53c31
buildman: allow multiple toolchains in a single path

When buildman scans a toolchain path, it stops at the
first toolchain found. However, a single path can contains
several toolchains, each with its own prefix.

This patch lets buildman scan all toolchains in the path.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py