From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 28 Oct 2019 21:37:35 -0600 Subject: [U-Boot] [PATCH v2 3/5] arm: mvebu: Avoid generating kwbimage.cfg in the source tree In-Reply-To: <1572272704-31204-4-git-send-email-bmeng.cn@gmail.com> References: <1572272704-31204-1-git-send-email-bmeng.cn@gmail.com> <1572272704-31204-4-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 28 Oct 2019 at 08:25, Bin Meng 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 > Reviewed-by: Chris Packham > Reviewed-by: Stefan Roese > --- > > 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