[ 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
>
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
> >>
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
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
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
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
6 matches
Mail list logo