Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/zlib: zlib-ng only available on some archs
Date: Mon, 26 Feb 2018 11:03:25 +0100	[thread overview]
Message-ID: <20180226110325.6182900b@windsurf.lan> (raw)
In-Reply-To: <20180225221043.7517-1-yann.morin.1998@free.fr>

Hello,

On Sun, 25 Feb 2018 23:10:43 +0100, Yann E. MORIN wrote:
> Upstream has code only for those architectures, with no fallback generic
> code, so we must restrict zlib-ng to only those four archs...
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Nicolas Cavallari <Nicolas.Cavallari@green-communications.fr>
> Cc: Adam Duskett <aduskett@gmail.com>
> Cc: Stefan Fr?berg <stefan.froberg@petroprogram.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> 
> ---
> Note: I was not sure if the big-endian variants for arm and Aarch64 are
> supported or not, so to be safe, we supopse they are not. Interested
> parties can send further patches to improve the situation.
> ---
>  package/zlib/Config.in | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/package/zlib/Config.in b/package/zlib/Config.in
> index 87abc2bdd5..40b2e6e0cf 100644
> --- a/package/zlib/Config.in
> +++ b/package/zlib/Config.in
> @@ -1,3 +1,10 @@
> +config BR2_PACKAGE_ZLIB_NG_ARCH_SUPPOPRT

Typo: SUPPORTS

>  config BR2_PACKAGE_ZLIB_NG
>  	bool "zlib-ng"
> +	depends on BR2_PACKAGE_ZLIB_NG_ARCH_SUPPOPRT

The typo was consistent :-)

Applied to master with the typo fixed. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

      reply	other threads:[~2018-02-26 10:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 22:10 [Buildroot] [PATCH] package/zlib: zlib-ng only available on some archs Yann E. MORIN
2018-02-26 10:03 ` Thomas Petazzoni [this message]

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=20180226110325.6182900b@windsurf.lan \
    --to=thomas.petazzoni@bootlin.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