]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Implement an option to exclude boards from the build
authorSimon Glass <sjg@chromium.org>
Thu, 28 Aug 2014 15:43:41 +0000 (09:43 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Sep 2014 19:40:43 +0000 (13:40 -0600)
commit3cf4ae6f8672cd10ddba4b18bf82e4d03aeb15e6
treec346c3bee954f28ce52ccef7ccd30ce2f747f331
parentf60c9d4f39f8ca8948594a773eee43543ca37807
buildman: Implement an option to exclude boards from the build

Some boards are known to be broken and it is convenient to be able to
exclude them from the build.

Add an --exclude option to specific boards to exclude. This uses the
same matching rules as the normal 'include' arguments, and is a comma-
separated list of regular expressions.

Suggested-by: York Sun <yorksun@freescale.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README
tools/buildman/board.py
tools/buildman/buildman.py
tools/buildman/control.py