Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] erlang: remove non-SMP build option
Date: Wed, 20 Dec 2017 11:26:04 +0100	[thread overview]
Message-ID: <20171220112604.6a560700@windsurf.lan> (raw)
In-Reply-To: <1513709144-12840-1-git-send-email-fhunleth@troodon-software.com>

Hello,

On Tue, 19 Dec 2017 13:45:44 -0500, Frank Hunleth wrote:
> The non-SMP scheduler was deprecated with the Erlang/OTP 20.0 release and
> slated for removal with the next major Erlang release. Since the non-SMP
> scheduler isn't even built anymore, this option no longer has the
> intended effect of saving space or compile time. The SMP scheduler
> supports both SMP and non-SMP processors, so removing the option will
> not break any platforms.
> 
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
> ---
> Changes v1 -> v2:
>   - Added text to Config.in.legacy to explain the removal of the option
>     (suggested by Yann - I added to Config.in.legacy after thinking about
>      it, since anyone who previously selected this option may be surprised
>      to see the SMP scheduler in their process list.)
> 
>  Config.in.legacy         | 10 ++++++++++
>  package/erlang/Config.in | 10 ----------
>  package/erlang/erlang.mk |  4 ----
>  3 files changed, 10 insertions(+), 14 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index decbace..1607df6 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -153,6 +153,16 @@ config BR2_PACKAGE_GNUPG2_GPGV2
>  	  The gpgv2 executable is now named gpgv. The config option
>  	  has been renamed accordingly.
> 
> +config BR2_PACKAGE_ERLANG_SMP
> +	bool "erlang smp option removed"
> +	select BR2_LEGACY
> +	help
> +	  This option used to disable Erlang's SMP scheduler to save
> +	  space. Since Erlang 20.0 deprecated the non-SMP scheduler and
> +	  no longer builds it, it is no longer relevant. See the Erlang
> +	  20.0 release notes for more information. Note that the SMP
> +	  scheduler runs on both SMP and non-SMP CPUs.

As Yann explained, we do not want a Config.in.legacy option. Indeed,
the new behavior is identical to having the option enabled, so there is
no point in having a Config.in.legacy entry.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  reply	other threads:[~2017-12-20 10:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19 18:45 [Buildroot] [PATCH v2 1/1] erlang: remove non-SMP build option Frank Hunleth
2017-12-20 10:26 ` Thomas Petazzoni [this message]
2017-12-20 13:28   ` Yann E. MORIN
2017-12-20 13:52     ` Frank Hunleth
2017-12-20 14:10       ` Yann E. MORIN
2017-12-20 14:31         ` Frank Hunleth

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=20171220112604.6a560700@windsurf.lan \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox