[U-Boot] [PATCH v5 13/13] buildman: Add a --boards option to specify particular boards to build

Simon Glass sjg at chromium.org
Mon Oct 15 20:07:47 UTC 2018


On 11 June 2018 at 23:26, Simon Glass <sjg at chromium.org> wrote:
>
> At present 'buildman sandbox' will build all 5 boards for the sandbox
> architecture rather than the single board 'sandbox'. The only current way
> to exclude sandbox_spl, sandbox_noblk, etc. is to use -x which is a bit
> clumbsy.
>
> Add a --boards option to allow individual build targets to be specified.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  tools/buildman/README     | 12 +++++++++++-
>  tools/buildman/board.py   | 28 ++++++++++++++++++++++++----
>  tools/buildman/cmdline.py |  4 +++-
>  tools/buildman/control.py | 20 +++++++++++++++++---
>  tools/buildman/test.py    | 31 +++++++++++++++++--------------
>  5 files changed, 72 insertions(+), 23 deletions(-)

Applied to u-boot-dm.


More information about the U-Boot mailing list