All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] [autobuild] configs: update PowerPC Kconfig symbols
@ 2015-12-26 21:35 Romain Naour
  2015-12-30 21:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2015-12-26 21:35 UTC (permalink / raw)
  To: buildroot

The Kconfig symbole BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
has been renamed to BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC in commit
[1].

And with [2], the CS PowerPC 2012.03 toolchain became the default toolchain
when the PPC 8548 is selected. This toolchain doesn't requiere the "-te500v2"
since there is only one sysroot.

[1] https://git.busybox.net/buildroot/commit/?id=fa4214e21b50b791ec365c64897ac2676b45448a
[2] http://patchwork.ozlabs.org/patch/561118/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
v2: add explicitely BR2_powerpc_8548 to the e500v2 config
    reword the commit log.
---
 web/toolchains/configs/sourcery-powerpc-e500v2.config | 3 +--
 web/toolchains/configs/sourcery-powerpc.config        | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/web/toolchains/configs/sourcery-powerpc-e500v2.config b/web/toolchains/configs/sourcery-powerpc-e500v2.config
index f4e3b57..133f368 100644
--- a/web/toolchains/configs/sourcery-powerpc-e500v2.config
+++ b/web/toolchains/configs/sourcery-powerpc-e500v2.config
@@ -1,4 +1,3 @@
 BR2_powerpc=y
+BR2_powerpc_8548=y
 BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
-BR2_TARGET_OPTIMIZATION="-te500v2"
diff --git a/web/toolchains/configs/sourcery-powerpc.config b/web/toolchains/configs/sourcery-powerpc.config
index 532fab5..385ca88 100644
--- a/web/toolchains/configs/sourcery-powerpc.config
+++ b/web/toolchains/configs/sourcery-powerpc.config
@@ -1,4 +1,2 @@
 BR2_powerpc=y
 BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103=y
-
-- 
2.4.3

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

* [Buildroot] [PATCH v2 1/1] [autobuild] configs: update PowerPC Kconfig symbols
  2015-12-26 21:35 [Buildroot] [PATCH v2 1/1] [autobuild] configs: update PowerPC Kconfig symbols Romain Naour
@ 2015-12-30 21:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-30 21:43 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Sat, 26 Dec 2015 22:35:10 +0100, Romain Naour wrote:
> The Kconfig symbole BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103

symbol

> has been renamed to BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC in commit
> [1].
> 
> And with [2], the CS PowerPC 2012.03 toolchain became the default toolchain
> when the PPC 8548 is selected. This toolchain doesn't requiere the "-te500v2"

require

> since there is only one sysroot.
> 
> [1] https://git.busybox.net/buildroot/commit/?id=fa4214e21b50b791ec365c64897ac2676b45448a
> [2] http://patchwork.ozlabs.org/patch/561118/

Note that your commit also changes the behavior:
sourcery-powerpc-e500v2 used to be there to test the e500v2 sysroot of
the old CodeSourcery toolchain, as a mean of testing that the external
toolchain logic was working OK for this toolchain.

That being said, I do believe it makes sense to test the new toolchain
as well, so I've applied your change (after fixing the two minor
typos).

Thanks a lot!

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

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

end of thread, other threads:[~2015-12-30 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-26 21:35 [Buildroot] [PATCH v2 1/1] [autobuild] configs: update PowerPC Kconfig symbols Romain Naour
2015-12-30 21:43 ` 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.