[U-Boot] [PATCH v2 3/5] arm: mvebu: Avoid generating kwbimage.cfg in the source tree
Simon Glass
sjg at chromium.org
Tue Oct 29 03:37:35 UTC 2019
On Mon, 28 Oct 2019 at 08:25, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> At present some boards generate kwbimage.cfg in the source tree
> during the build. This breaks buildman testing on some systems
> where the source tree is read-only. Update makefile rules to
> generate it in the build tree instead.
>
> Note some other boards have the kwbimage.cfg file written in
> advance, hence we need check if the file exists in the build
> tree first, otherwise we fall back to one in the source tree.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Chris Packham <judge.packham at gmail.com>
> Reviewed-by: Stefan Roese <sr at denx.de>
> ---
>
> Changes in v2: None
>
> Makefile | 15 +++++++++++++--
> arch/arm/mach-mvebu/Makefile | 4 ++--
> board/Marvell/db-88f6281-bp/Makefile | 4 ++--
> board/Marvell/db-xc3-24g4xg/Makefile | 4 ++--
> board/mikrotik/crs305-1g-4s/Makefile | 4 ++--
> 5 files changed, 21 insertions(+), 10 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list