Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libaio: Power64 support AIO
@ 2017-03-09  0:56 Daniel Black
  2017-03-09 21:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Black @ 2017-03-09  0:56 UTC (permalink / raw)
  To: buildroot

Power64{,le} architecture supports AIO.

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
Acked-by: Cyril Bur <cyrilbur@gmail.com>
---
 package/libaio/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libaio/Config.in b/package/libaio/Config.in
index 3031c89..d656697 100644
--- a/package/libaio/Config.in
+++ b/package/libaio/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
 	bool
 	default y if BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \
 		BR2_m68k || BR2_mips || BR2_mipsel || BR2_powerpc || \
+		BR2_powerpc64 || BR2_powerpc64le || \
 		BR2_sparc || BR2_x86_64
  config BR2_PACKAGE_LIBAIO
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/libaio: Power64 support AIO
  2017-03-09  0:56 [Buildroot] [PATCH 1/1] package/libaio: Power64 support AIO Daniel Black
@ 2017-03-09 21:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-03-09 21:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 9 Mar 2017 11:56:47 +1100, Daniel Black wrote:
> Power64{,le} architecture supports AIO.
> 
> Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
> Acked-by: Cyril Bur <cyrilbur@gmail.com>
> ---
>  package/libaio/Config.in | 1 +
>  1 file changed, 1 insertion(+)

For some reason, your patch didn't apply properly, most likely because
you sent it with Thunderbird. Next time, could you send your patches
using "git send-email"?

I've applied after fixing the patch, and tweaking a bit the commit log.
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:[~2017-03-09 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09  0:56 [Buildroot] [PATCH 1/1] package/libaio: Power64 support AIO Daniel Black
2017-03-09 21:13 ` Thomas Petazzoni

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