
Hi.
On Mon, 4 Aug 2014 07:12:01 +0000 "Yan, Miao" Miao.Yan@windriver.com wrote:
Hi,
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Masahiro Yamada Sent: Thursday, July 31, 2014 12:51 PM To: u-boot@lists.denx.de Subject: [U-Boot] Quick guide to Kconfig
Hi all,
The mainline has switched to Kconfig.
Please make sure to use "make <board>_defconfig" instead of "make <board>_config".
[1] Board Configuration
make <board_name>_defconfig
Do we have a minimal python version requirement ? Because I can no longer build U-Boot on our build server which still uses python-2.4.x. There are some 2.6+ only syntax in genboardscfg.py and multiconfig.py.
I have no idea about the python version requirement in U-Boot.
It seams not so difficult to rewrite them without "with ... as" and "except ... as" and here are the patches: http://patchwork.ozlabs.org/patch/376215/ http://patchwork.ozlabs.org/patch/376214/
Sorry, tools/genboardscfg.py is not working on Python 2.4 I have to make more effort for that, but I am not sure it is worthwhile.
Is is difficult to install newer Python on your machine?
Best Regards Masahiro Yamada