From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 20 Aug 2014 13:04:10 -0600 Subject: [U-Boot] [PATCH 2/7] tools/genboardscfg.py: be tolerant of missing MAINTAINERS In-Reply-To: <1408535269-24066-3-git-send-email-yamada.m@jp.panasonic.com> References: <1408535269-24066-1-git-send-email-yamada.m@jp.panasonic.com> <1408535269-24066-3-git-send-email-yamada.m@jp.panasonic.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 20 August 2014 05:47, Masahiro Yamada 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 Acked-by: Simon Glass