From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Mon, 18 Aug 2014 11:03:22 +0300 Subject: [U-Boot] [PATCH v2] kconfig: convert Kconfig helper script into a shell script In-Reply-To: <1408251378-23485-1-git-send-email-yamada.m@jp.panasonic.com> References: <1408251378-23485-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <53F1B34A.1060100@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/17/14 07:56, 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 host tool dependency > (in this case, Python version dependency) for the core build process. > After some discussion, we decided to use only basic tools. > > The script may get a bit unreadable by shell scripting, but we believe > it is worthwhile. > > In addition, this commit revives "_config" target that is > equivalent to "_defconfig" for backwards compatibility. > It is annoying to adjust various projects which use U-Boot. > > Signed-off-by: Masahiro Yamada > Suggested-by: Igor Grinberg > Cc: Tom Rini > Cc: Jeroen Hofstee > Cc: Simon Glass > Cc: Stephen Warren Tested-by: Igor Grinberg Thanks Masahiro! -- Regards, Igor.