All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] kconfig: convert Kconfig helper script into a shell script
Date: Mon, 18 Aug 2014 11:03:22 +0300	[thread overview]
Message-ID: <53F1B34A.1060100@compulab.co.il> (raw)
In-Reply-To: <1408251378-23485-1-git-send-email-yamada.m@jp.panasonic.com>

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 "<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 <yamada.m@jp.panasonic.com>
> Suggested-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Tom Rini <trini@ti.com>
> Cc: Jeroen Hofstee <jeroen@myspectrum.nl>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stephen Warren <swarren@wwwdotorg.org>

Tested-by: Igor Grinberg <grinberg@compulab.co.il>

Thanks Masahiro!

-- 
Regards,
Igor.

  reply	other threads:[~2014-08-18  8:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17  4:56 [U-Boot] [PATCH v2] kconfig: convert Kconfig helper script into a shell script Masahiro Yamada
2014-08-18  8:03 ` Igor Grinberg [this message]
2014-08-18 16:20 ` Stephen Warren
2014-08-18 16:27   ` Simon Glass
2014-08-18 16:36     ` Stephen Warren
2014-08-19  3:11       ` Masahiro Yamada
2014-08-19  2:34     ` Masahiro Yamada
2014-08-19 10:56       ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53F1B34A.1060100@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.