[oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

Jonathan Richardson jonathan.richardson at broadcom.com
Wed Feb 19 00:37:03 UTC 2020


On Tue, Feb 18, 2020 at 2:09 PM Adrian Bunk <bunk at stusta.de> wrote:
>
> On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via Openembedded-devel wrote:
> > I was just about to submit a patch to remove the disabling of compiler
> > optimizations to fio. On our cortex A72 this kills the performance of fio
> > by 25%. That would solve this build issue also.
> >...
> > > https://errors.yoctoproject.org/Errors/Details/391129/
> >...
>
> t/io_uring.c:103:17: error: '__NR_sys_io_uring_register' undeclared (first use in this function); did you mean 'SYS_io_uring_register'?
>
> This error does not look related to optimization.
>
> This looks like https://github.com/axboe/fio/issues/923

Yes you're right. The error is another issue. The message I was referring
to is actually only a warning. It should fix the warning only:

  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)


More information about the Openembedded-devel mailing list