From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 5/6] package/libcamera: disable package while building for Nios II
Date: Sun, 14 Mar 2021 23:07:38 +0100 [thread overview]
Message-ID: <20210314230738.1c19d335@windsurf.home> (raw)
In-Reply-To: <20210310091453.23611-6-giulio.benetti@benettiengineering.com>
On Wed, 10 Mar 2021 10:14:52 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> This package fails to build with Nios II up to gcc version 10.x and no
> work around has been found. So let's disable it whil building for Nios
> II.
>
> Fixes:
> http://autobuild.buildroot.net/results/8ac/8ac599392f773eecff4773393ef0d0232a22f372/
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2: add missing || that prevented building
> ---
> package/libcamera/Config.in | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/package/libcamera/Config.in b/package/libcamera/Config.in
> index b9c243084e..fc8181f55c 100644
> --- a/package/libcamera/Config.in
> +++ b/package/libcamera/Config.in
> @@ -12,6 +12,7 @@ menuconfig BR2_PACKAGE_LIBCAMERA
> depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
> depends on !BR2_STATIC_LIBS # gnutls
> depends on BR2_USE_WCHAR # gnutls
> + depends on !BR2_nios
So for this one, no BR2_TOOLCHAIN_HAS_BUG_xyz ?
Same question for PATCH 6/6 in the series.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2021-03-14 22:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 9:14 [Buildroot] [PATCH v2 0/6] Some Nios II and OpenRisc Fixes Giulio Benetti
2021-03-10 9:14 ` [Buildroot] [PATCH v2 1/6] package/libtheora: disable package if binutils is affected from bug 21464 Giulio Benetti
2021-03-14 21:37 ` Thomas Petazzoni
2021-03-14 21:53 ` Thomas Petazzoni
2021-03-17 21:33 ` Giulio Benetti
2021-03-10 9:14 ` [Buildroot] [PATCH v2 2/6] package/gnutls: " Giulio Benetti
2021-03-14 21:37 ` Thomas Petazzoni
2021-03-14 21:44 ` Thomas Petazzoni
2021-03-14 21:52 ` Giulio Benetti
2021-03-17 21:31 ` Giulio Benetti
2021-03-10 9:14 ` [Buildroot] [PATCH v2 3/6] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27100 Giulio Benetti
2021-03-14 22:05 ` Thomas Petazzoni
2021-03-17 16:57 ` Giulio Benetti
2021-03-17 17:02 ` Giulio Benetti
2021-03-10 9:14 ` [Buildroot] [PATCH v2 4/6] package/openal: disable package if binutils is affected from bug 27100 Giulio Benetti
2021-03-14 22:07 ` Thomas Petazzoni
2021-03-17 17:01 ` Giulio Benetti
2021-03-10 9:14 ` [Buildroot] [PATCH v2 5/6] package/libcamera: disable package while building for Nios II Giulio Benetti
2021-03-14 22:07 ` Thomas Petazzoni [this message]
2021-03-17 16:43 ` [Buildroot] [PATCH 1/2] package/libcamera: disable package affected by binutils bug 27597 Giulio Benetti
2021-03-17 16:43 ` [Buildroot] [PATCH 2/2] package/kf5-kcoreaddons: " Giulio Benetti
2021-03-17 16:45 ` [Buildroot] [PATCH 1/2] package/libcamera: " Thomas Petazzoni
2021-03-17 17:00 ` [Buildroot] [PATCH v2] " Giulio Benetti
2021-04-26 19:55 ` Arnout Vandecappelle
2021-03-10 9:14 ` [Buildroot] [PATCH v2 6/6] package/kf5-kcoreaddons: disable package while building for Nios II Giulio Benetti
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=20210314230738.1c19d335@windsurf.home \
--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