]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Avoid generating kwbimage.cfg in the source tree
authorBin Meng <bmeng.cn@gmail.com>
Mon, 28 Oct 2019 14:25:01 +0000 (07:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2019 20:17:36 +0000 (16:17 -0400)
commite13fd5cb01394c0d20b6fbcd900aca548d15f38d
tree5fcf0179b3deef0a140a3ba25c2d1fba173a4c9e
parent34f38f995f1d47f9d7caf8bc939cc72aff36e3e5
arm: mvebu: Avoid generating kwbimage.cfg in the source tree

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@gmail.com>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile
arch/arm/mach-mvebu/Makefile
board/Marvell/db-88f6281-bp/Makefile
board/Marvell/db-xc3-24g4xg/Makefile
board/mikrotik/crs305-1g-4s/Makefile