Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-08-29 Thread Gerhard Sittig
[ yes, old thread, but might be worth to have in archives ] On Mon, 2014-07-28 at 04:14 +0100, Simon Glass wrote: > > Hi Masahiro, > > On 27 July 2014 10:05, Masahiro Yamada wrote: > > Hi Simon, > > > > On Sat, 26 Jul 2014 01:17:02 +0100 > > Simon Glass wrote: > > > >> > + > >> > +import sys >

Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-07-29 Thread Masahiro Yamada
Hi Simon, On Mon, 28 Jul 2014 04:14:17 +0100 Simon Glass wrote: > Hi Masahiro, > > On 27 July 2014 10:05, Masahiro Yamada wrote: > > Hi Simon, > > > > > > > > On Sat, 26 Jul 2014 01:17:02 +0100 > > Simon Glass wrote: > > > >> > + > >> > +import sys > >> > +import os > >> > +import errno > >>

Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-07-27 Thread Simon Glass
Hi Masahiro, On 27 July 2014 10:05, Masahiro Yamada wrote: > Hi Simon, > > > > On Sat, 26 Jul 2014 01:17:02 +0100 > Simon Glass wrote: > >> > + >> > +import sys >> > +import os >> > +import errno >> > +import shutil >> > +import time >> > +import subprocess >> > +import fnmatch >> > +import glob

Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-07-27 Thread Masahiro Yamada
Hi Simon, On Sat, 26 Jul 2014 01:17:02 +0100 Simon Glass wrote: > > + > > +import sys > > +import os > > +import errno > > +import shutil > > +import time > > +import subprocess > > +import fnmatch > > +import glob > > +import re > > +import optparse > > You can sort the imports. Sorted alp

Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-07-25 Thread Simon Glass
Hi Masahiro, On 24 July 2014 05:00, Masahiro Yamada wrote: > Now the primary data for each board is in Kconfig, defconfig and > MAINTAINERS. > > It is true boards.cfg is needed for MAKEALL and buildman and > might be useful to brouse boards in a single database. > But it would be painful to maint

[U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-07-23 Thread Masahiro Yamada
Now the primary data for each board is in Kconfig, defconfig and MAINTAINERS. It is true boards.cfg is needed for MAKEALL and buildman and might be useful to brouse boards in a single database. But it would be painful to maintain the boards.cfg in sync. So, this is the solution. Add a tool to gen