]> Git Repo - u-boot.git/commit
kconfig: convert Kconfig helper script into a shell script
authorMasahiro Yamada <[email protected]>
Thu, 21 Aug 2014 02:44:34 +0000 (11:44 +0900)
committerTom Rini <[email protected]>
Fri, 22 Aug 2014 14:41:50 +0000 (10:41 -0400)
commit3ff291f371fa9858426774f3732924bacb61ed1c
treec260c2b787df3749a8ddcbbd50c15dd84a591dc5
parentfd18a89e7f998133000ccb149366ba76f75e7ba5
kconfig: convert Kconfig helper script into a shell script

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 more unreadable by shell scripting,
but we believe it is worthwhile.

In addition, this commit revives "<board>_config" target that is
equivalent to "<board>_defconfig" for backwards compatibility.
It is annoying to adjust various projects which use U-Boot.

Signed-off-by: Masahiro Yamada <[email protected]>
Suggested-by: Igor Grinberg <[email protected]>
Tested-by: Igor Grinberg <[email protected]>
Acked-by: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Jeroen Hofstee <[email protected]>
Cc: Stephen Warren <[email protected]>
Makefile
scripts/multiconfig.py [deleted file]
scripts/multiconfig.sh [new file with mode: 0644]
This page took 0.034849 seconds and 4 git commands to generate.