Re: [U-Boot] [PATCH] kconfig: convert Kconfig helper script into a shell script

2014-08-20 Thread Masahiro Yamada
Hi Simon. Thanks for your review! I have posted v3 (only comments updates). And some comments below: On Wed, 20 Aug 2014 12:43:22 -0600 Simon Glass wrote: > > + > > + sed -n -e 's/^CONFIG_\(SPL\|TPL\)=y$/\1/p' $KCONFIG_CONFIG | \ > > +

Re: [U-Boot] [PATCH] kconfig: convert Kconfig helper script into a shell script

2014-08-20 Thread Simon Glass
Hi Masahiro, On 16 August 2014 19:56, Masahiro Yamada wrote: > > Commit 51148790 added scripts/multiconfig.py written in Python 2 > to adjust Kconfig for U-Boot. > > The problem is that Python 2 and Python 3 are not compatible > with each other and some users are using Python 3. > > We are not ha

[U-Boot] [PATCH] kconfig: convert Kconfig helper script into a shell script

2014-08-16 Thread Masahiro Yamada
Commit 51148790 added scripts/multiconfig.py written in Python 2 to adjust Kconfig for U-Boot. The problem is that Python 2 and Python 3 are not compatible with each other and some users are using Python 3. We are not happy about adding host tool dependency (in this case, Python version dependenc