All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/7] tools/genboardscfg.py: be tolerant of missing MAINTAINERS
Date: Wed, 20 Aug 2014 13:04:10 -0600	[thread overview]
Message-ID: <CAPnjgZ17qzzk8LDXCCLgm6ATb2ojG+L8oiDtMOko+PYem=+H3Q@mail.gmail.com> (raw)
In-Reply-To: <1408535269-24066-3-git-send-email-yamada.m@jp.panasonic.com>

On 20 August 2014 05:47, Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:
> tools/genboardscfg.py expects all the boards have MAINTAINERS.
> If someone adds a new board but misses to add its MAINTAINERS file,
> tools/genboardscfg.py fails to generate the boards.cfg file.
> It is annoying for the other developers.
>
> This commit allows tools/genboardscfg.py to display warning messages
> and continue processing even if some MAINTAINERS files are missing
> or have broken formats.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2014-08-20 19:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20 11:47 [U-Boot] [PATCH 0/7] tools/genboardscfg.py: various fixes and performance improvement Masahiro Yamada
2014-08-20 11:47 ` [U-Boot] [PATCH 1/7] tools/genboardscfg.py: ignore defconfigs starting with a dot Masahiro Yamada
2014-08-20 19:02   ` Simon Glass
2014-08-20 11:47 ` [U-Boot] [PATCH 2/7] tools/genboardscfg.py: be tolerant of missing MAINTAINERS Masahiro Yamada
2014-08-20 19:04   ` Simon Glass [this message]
2014-08-20 11:47 ` [U-Boot] [PATCH 3/7] tools/genboardscfg.py: be tolerant of insane Kconfig Masahiro Yamada
2014-08-20 19:05   ` Simon Glass
2014-08-20 11:47 ` [U-Boot] [PATCH 4/7] tools/genboardscfg.py: wait for unfinished subprocesses before error-out Masahiro Yamada
2014-08-20 19:05   ` Simon Glass
2014-08-20 11:47 ` [U-Boot] [PATCH 5/7] tools/genboardscfg.py: fix minor problems on termination Masahiro Yamada
2014-08-20 19:10   ` Simon Glass
2014-08-21  4:00     ` Masahiro Yamada
2014-08-23  1:53       ` Simon Glass
2014-08-25  3:50     ` Masahiro Yamada
2014-08-20 11:47 ` [U-Boot] [PATCH 6/7] tools/genboardscfg.py: check if the boards.cfg is up to date Masahiro Yamada
2014-08-20 19:13   ` Simon Glass
2014-08-21  4:02     ` Masahiro Yamada
2014-08-23  1:54       ` Simon Glass
2014-08-20 11:47 ` [U-Boot] [PATCH 7/7] tools/genboardscfg.py: improve performance Masahiro Yamada
2014-08-20 19:15   ` Simon Glass
2014-08-20 19:01 ` [U-Boot] [PATCH 0/7] tools/genboardscfg.py: various fixes and performance improvement Simon Glass

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='CAPnjgZ17qzzk8LDXCCLgm6ATb2ojG+L8oiDtMOko+PYem=+H3Q@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.