All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] autobuild-run: Add an exception for CS nios2 2016.05 with boost package.
@ 2016-10-29  9:43 Romain Naour
  2016-11-01 15:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-10-29  9:43 UTC (permalink / raw)
  To: buildroot

This toolchain is affected by PR19405 and instead of adding a toolchain
dependency on boost package and it's reverse dependencies, use an
autobuilder exception.

https://sourceware.org/bugzilla/show_bug.cgi?id=19405

Fixes:
http://autobuild.buildroot.net/results/620/620b1cc2165a6d55c180b890fdb652f3a03e1ded

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 scripts/autobuild-run | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index d78f836..19c1600 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -492,6 +492,10 @@ def fixup_config(**kwargs):
     if 'BR2_PACKAGE_WESTON=y\n' in configlines and \
        'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/mipsel-ctng-linux-uclibc.tar.xz"\n' in configlines:
         return False
+    # The cs nios2 2016.05 toolchain is affected by PR19405
+    if 'BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII=y\n' in configlines and \
+       'BR2_PACKAGE_BOOST=y\n' in configlines:
+        return False
 
     with open(os.path.join(outputdir, ".config"), "w+") as configf:
         configf.writelines(configlines)
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] autobuild-run: Add an exception for CS nios2 2016.05 with boost package.
  2016-10-29  9:43 [Buildroot] [PATCH] autobuild-run: Add an exception for CS nios2 2016.05 with boost package Romain Naour
@ 2016-11-01 15:30 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-01 15:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 29 Oct 2016 11:43:25 +0200, Romain Naour wrote:
> This toolchain is affected by PR19405 and instead of adding a toolchain
> dependency on boost package and it's reverse dependencies, use an
> autobuilder exception.
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=19405
> 
> Fixes:
> http://autobuild.buildroot.net/results/620/620b1cc2165a6d55c180b890fdb652f3a03e1ded
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>

Thanks, I've applied, after amending the commit log and the comment in
the code to indicate that you're talking about a binutils PR.
Otherwise, one might wonder which component of the toolchain is
affected by PR19405.

Thanks!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-01 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29  9:43 [Buildroot] [PATCH] autobuild-run: Add an exception for CS nios2 2016.05 with boost package Romain Naour
2016-11-01 15:30 ` Thomas Petazzoni

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.