Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] trinity: Bump version to fix a PowerPC build failure
@ 2014-10-27 16:11 Vicente Olivert Riera
  2014-10-27 16:41 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2014-10-27 16:11 UTC (permalink / raw)
  To: buildroot

Some PowerPC toolchains have old Linux headers which don't define the
KVM_CREATE_SPAPR_TCE and KVM_ALLOCATE_RMA macros. To workaround this
problem we enclose the lines which use these macros into ifdef blocks.

This fix has been merged upstream so we bump the version to fix the
problem in Buildroot as well.

Fixes:
	http://autobuild.buildroot.net/results/3a4/3a4e7e6077cd4bbbcb8fe398e0938ad228306d2d/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/trinity/trinity.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/trinity/trinity.mk b/package/trinity/trinity.mk
index 8415141..52805e0 100644
--- a/package/trinity/trinity.mk
+++ b/package/trinity/trinity.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TRINITY_VERSION = d68d1f7b9ab6c65a379ea990a263ee6b4f234bbd
+TRINITY_VERSION = 5d2dfe9727eb9c8dc44c31e95968e8d85284ffcc
 TRINITY_SITE = $(call github,kernelslacker,trinity,$(TRINITY_VERSION))
 TRINITY_LICENSE = GPLv2
 TRINITY_LICENSE_FILES = COPYING
-- 
1.7.1

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

* [Buildroot] [PATCH] trinity: Bump version to fix a PowerPC build failure
  2014-10-27 16:11 [Buildroot] [PATCH] trinity: Bump version to fix a PowerPC build failure Vicente Olivert Riera
@ 2014-10-27 16:41 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-10-27 16:41 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Mon, 27 Oct 2014 16:11:27 +0000, Vicente Olivert Riera wrote:
> Some PowerPC toolchains have old Linux headers which don't define the
> KVM_CREATE_SPAPR_TCE and KVM_ALLOCATE_RMA macros. To workaround this
> problem we enclose the lines which use these macros into ifdef blocks.
> 
> This fix has been merged upstream so we bump the version to fix the
> problem in Buildroot as well.
> 
> Fixes:
> 	http://autobuild.buildroot.net/results/3a4/3a4e7e6077cd4bbbcb8fe398e0938ad228306d2d/
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/trinity/trinity.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

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:[~2014-10-27 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 16:11 [Buildroot] [PATCH] trinity: Bump version to fix a PowerPC build failure Vicente Olivert Riera
2014-10-27 16:41 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox