[PATCH v4 04/11] buildman: Convert documentation to rST

Quentin Schulz quentin.schulz at theobroma-systems.com
Wed Nov 9 16:21:03 CET 2022


Hi Simon,

On 11/8/22 00:28, Simon Glass wrote:
> Convert the buildman documentation to rST format and include it in the
> 'build' section.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
[...]
> +Other options
> +-------------
> +
> +Buildman has various other command-line options. Try --help to see them.
> +
> +To find out what toolchain prefix buildman will use for a build, use the -A
> +option.
> +
> +To request that compiler warnings be promoted to errors, use -E. This passes the
> +-Werror flag to the compiler. Note that the build can still produce warnings
> +with -E, e.g. the migration warnings::
> +
> +   --------------------- WARNING ----------------------
> +   This board does not use CONFIG_DM_MMC. Please update
> +   ...
> +   ----------------------------------------------------
> +

s/-/=/

Cheers,
Quentin


More information about the U-Boot mailing list