diff mbox

[1/1] package/libaio: Power64 support AIO

Message ID a59aa9d1-5e8c-c6e1-e5ed-cc1ad1c4a6e8@au1.ibm.com
State Accepted
Headers show

Commit Message

Daniel Black March 9, 2017, 12:56 a.m. UTC
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(+)

Comments

Thomas Petazzoni March 9, 2017, 9:13 p.m. UTC | #1
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
diff mbox

Patch

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