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

2014-08-22 Thread Simon Glass
On 20 August 2014 20:44, Masahiro Yamada wrote: > Commit 51148790 added scripts/multiconfig.py written in Python 2 > to adjust Kconfig for U-Boot. > > It has been hard for Python 3 users because Python 2 and Python 3 > are not compatible with each other. > > We are not happy about adding a new hos

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

2014-08-20 Thread Masahiro Yamada
Commit 51148790 added scripts/multiconfig.py written in Python 2 to adjust Kconfig for U-Boot. It has been hard for Python 3 users because Python 2 and Python 3 are not compatible with each other. We are not happy about adding a new host tool dependency (in this case, Python version dependency) f