From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support
Date: Tue, 16 Dec 2014 18:56:46 -0500 [thread overview]
Message-ID: <20141216235646.GL20704@bill-the-cat> (raw)
In-Reply-To: <alpine.DEB.2.02.1412161444400.6205@tthayer-HP-Z620-Ubuntu>
On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote:
> Hello Masahiro Yamada,
>
> Even the with this patch, we encountered a false error of generic board
> support. The problem was very interrmittent for us, but we were able
> to debug the problem to performing builds on EXT3 file systems which
> have a time stamp resolution of one second. To reproduce the problem,
> touch ./include/config/auto.conf and .config on a configured uboot tree on
> an EXT3 file system.
>
> The patch below fixes the problem for us.
This makes an odd race condition problem I run into when doing massively
paralell builds worse :( With MAKEALL no ARM boards build (ARCH wasn't
set in time so it tried arch//Makefile for something) and buildman was
also broken in a bunch of places.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141216/ac75f115/attachment.pgp>
next prev parent reply other threads:[~2014-12-16 23:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 20:56 [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support mgerlach
2014-12-16 23:56 ` Tom Rini [this message]
2014-12-17 1:04 ` Marek Vasut
2014-12-17 15:52 ` Tom Rini
2014-12-18 10:54 ` Masahiro Yamada
2014-12-18 10:42 ` Masahiro Yamada
2014-12-19 20:32 ` mgerlach
-- strict thread matches above, loose matches on Subject: below --
2014-02-24 13:11 [U-Boot] [PATCH 0/2] Kbuild: Fix a false error of sanity check Masahiro Yamada
2014-02-24 13:11 ` [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support Masahiro Yamada
2014-02-24 23:59 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141216235646.GL20704@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.