]> 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)
committerSimon Glass <sjg@chromium.org>
Sun, 15 Feb 2015 21:34:06 +0000 (14:34 -0700)
commitd908898333b22fb2345a7a165ff837fa6b947b0b
tree5c6644687573b455222d12f88eccd3e180750dda
parent8895b3e16c7a2aab4275d52be19e485605dc5c7b
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