All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Raphael Silva : fio: fix do_compile error
       [not found] <20150303074258.E353A50433@opal.openembedded.org>
@ 2015-03-21 15:31 ` Martin Jansa
  2015-03-24  0:56   ` Raphael Philipe
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2015-03-21 15:31 UTC (permalink / raw)
  To: openembedded-devel, Raphael Silva; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 4336 bytes --]

On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: 9b35e07cabaf3ed9bd681423a758b9c0dc3945af
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b35e07cabaf3ed9bd681423a758b9c0dc3945af
> 
> Author: Raphael Silva <rapphil@gmail.com>
> Date:   Sat Feb 28 20:15:16 2015 -0300
> 
> fio: fix do_compile error
> 
> * Update to v2.2.6

Please fix these issues:
fio-2.2.6: fio rdepends on numactl, but it isn't a build dependency? [build-deps]
fio-2.2.6: fio rdepends on zlib, but it isn't a build dependency? [build-deps]
> 
> Signed-off-by: Raphael Silva <raphael.philipe@ossystems.com.br>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> 
> ---
> 
>  ...eric-assembly-nop-and-barrier-code-for-ar.patch | 30 ----------------------
>  .../fio/{fio_2.0.5.bb => fio_2.2.6.bb}             | 11 ++++----
>  2 files changed, 5 insertions(+), 36 deletions(-)
> 
> diff --git a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch b/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
> deleted file mode 100644
> index db97244..0000000
> --- a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -From 152b969cd4ff5b4b7e1c65eca1f9ab243b8a30c8 Mon Sep 17 00:00:00 2001
> -From: Otavio Salvador <otavio@ossystems.com.br>
> -Date: Sun, 14 Apr 2013 13:53:35 -0300
> -Subject: [PATCH] ARM: Use generic assembly nop and barrier code for armv6
> -
> -Upstream-Status: Submitted
> -
> -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ----
> - arch/arch-arm.h |    4 +++-
> - 1 files changed, 3 insertions(+), 1 deletions(-)
> -
> -diff --git a/arch/arch-arm.h b/arch/arch-arm.h
> -index 658b688..7cd9502 100644
> ---- a/arch/arch-arm.h
> -+++ b/arch/arch-arm.h
> -@@ -18,7 +18,9 @@
> - #define __NR_sys_vmsplice	343
> - #endif
> - 
> --#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__)
> -+#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
> -+	|| defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
> -+	|| defined(__ARM_ARCH_6__)  || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
> - #define nop             __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
> - #define read_barrier()	__asm__ __volatile__ ("" : : : "memory")
> - #define write_barrier()	__asm__ __volatile__ ("" : : : "memory")
> --- 
> -1.7.2.5
> -
> diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> similarity index 72%
> rename from meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
> rename to meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> index 8dcf637..016b1f2 100644
> --- a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
> +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> @@ -12,17 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
>  
>  DEPENDS = "libaio"
>  
> -# rev for v2.0.5
> -SRCREV = "02efadeb8b05144bcf2fc7796e1da2e7db211d00"
> -SRC_URI = "git://git.kernel.dk/fio.git \
> -           file://0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch"
> +# rev for v2.2.6
> +SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
> +SRC_URI = "git://git.kernel.dk/fio.git"
>  
>  S = "${WORKDIR}/git"
>  
> -EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
> +EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
>  
>  do_install() {
> -    oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
> +    oe_runmake install DESTDIR=${D} prefix=${prefix} mandir=${mandir}
>      install -d ${D}/${docdir}/${PN}
>      cp -a ${S}/examples ${D}/${docdir}/${PN}/
>  }
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [oe-commits] Raphael Silva : fio: fix do_compile error
  2015-03-21 15:31 ` [oe-commits] Raphael Silva : fio: fix do_compile error Martin Jansa
@ 2015-03-24  0:56   ` Raphael Philipe
  2015-03-24  1:02     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Raphael Philipe @ 2015-03-24  0:56 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-commits, openembedded-devel, Raphael Silva

Hi Martin,

I'm sorry, but I wasn't able to reproduce this problem. Could you
please give more details on how you setup your build?

Regards,

On Sat, Mar 21, 2015 at 12:31 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote:
>> Module: meta-openembedded.git
>> Branch: master
>> Commit: 9b35e07cabaf3ed9bd681423a758b9c0dc3945af
>> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b35e07cabaf3ed9bd681423a758b9c0dc3945af
>>
>> Author: Raphael Silva <rapphil@gmail.com>
>> Date:   Sat Feb 28 20:15:16 2015 -0300
>>
>> fio: fix do_compile error
>>
>> * Update to v2.2.6
>
> Please fix these issues:
> fio-2.2.6: fio rdepends on numactl, but it isn't a build dependency? [build-deps]
> fio-2.2.6: fio rdepends on zlib, but it isn't a build dependency? [build-deps]
>>
>> Signed-off-by: Raphael Silva <raphael.philipe@ossystems.com.br>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>
>> ---
>>
>>  ...eric-assembly-nop-and-barrier-code-for-ar.patch | 30 ----------------------
>>  .../fio/{fio_2.0.5.bb => fio_2.2.6.bb}             | 11 ++++----
>>  2 files changed, 5 insertions(+), 36 deletions(-)
>>
>> diff --git a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch b/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
>> deleted file mode 100644
>> index db97244..0000000
>> --- a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
>> +++ /dev/null
>> @@ -1,30 +0,0 @@
>> -From 152b969cd4ff5b4b7e1c65eca1f9ab243b8a30c8 Mon Sep 17 00:00:00 2001
>> -From: Otavio Salvador <otavio@ossystems.com.br>
>> -Date: Sun, 14 Apr 2013 13:53:35 -0300
>> -Subject: [PATCH] ARM: Use generic assembly nop and barrier code for armv6
>> -
>> -Upstream-Status: Submitted
>> -
>> -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ----
>> - arch/arch-arm.h |    4 +++-
>> - 1 files changed, 3 insertions(+), 1 deletions(-)
>> -
>> -diff --git a/arch/arch-arm.h b/arch/arch-arm.h
>> -index 658b688..7cd9502 100644
>> ---- a/arch/arch-arm.h
>> -+++ b/arch/arch-arm.h
>> -@@ -18,7 +18,9 @@
>> - #define __NR_sys_vmsplice   343
>> - #endif
>> -
>> --#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__)
>> -+#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
>> -+    || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
>> -+    || defined(__ARM_ARCH_6__)  || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
>> - #define nop             __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
>> - #define read_barrier()      __asm__ __volatile__ ("" : : : "memory")
>> - #define write_barrier()     __asm__ __volatile__ ("" : : : "memory")
>> ---
>> -1.7.2.5
>> -
>> diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> similarity index 72%
>> rename from meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
>> rename to meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> index 8dcf637..016b1f2 100644
>> --- a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
>> +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> @@ -12,17 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
>>
>>  DEPENDS = "libaio"
>>
>> -# rev for v2.0.5
>> -SRCREV = "02efadeb8b05144bcf2fc7796e1da2e7db211d00"
>> -SRC_URI = "git://git.kernel.dk/fio.git \
>> -           file://0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch"
>> +# rev for v2.2.6
>> +SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
>> +SRC_URI = "git://git.kernel.dk/fio.git"
>>
>>  S = "${WORKDIR}/git"
>>
>> -EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
>> +EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
>>
>>  do_install() {
>> -    oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
>> +    oe_runmake install DESTDIR=${D} prefix=${prefix} mandir=${mandir}
>>      install -d ${D}/${docdir}/${PN}
>>      cp -a ${S}/examples ${D}/${docdir}/${PN}/
>>  }
>>
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

* Re: [oe-commits] Raphael Silva : fio: fix do_compile error
  2015-03-24  0:56   ` Raphael Philipe
@ 2015-03-24  1:02     ` Martin Jansa
  2015-03-24 11:54       ` Raphael Philipe
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2015-03-24  1:02 UTC (permalink / raw)
  To: Raphael Philipe; +Cc: openembedded-commits, openembedded-devel, Raphael Silva

[-- Attachment #1: Type: text/plain, Size: 5210 bytes --]

On Mon, Mar 23, 2015 at 09:56:29PM -0300, Raphael Philipe wrote:
> Hi Martin,
> 
> I'm sorry, but I wasn't able to reproduce this problem. Could you
> please give more details on how you setup your build?

Have you tried to build numactl before rebuilding fio?
meta-oe/recipes-support/numactl/numactl_2.0.9.bb

bitbake numactl
bitbake -c cleansstate fio
bitbake fio

should show the error

> 
> Regards,
> 
> On Sat, Mar 21, 2015 at 12:31 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote:
> >> Module: meta-openembedded.git
> >> Branch: master
> >> Commit: 9b35e07cabaf3ed9bd681423a758b9c0dc3945af
> >> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b35e07cabaf3ed9bd681423a758b9c0dc3945af
> >>
> >> Author: Raphael Silva <rapphil@gmail.com>
> >> Date:   Sat Feb 28 20:15:16 2015 -0300
> >>
> >> fio: fix do_compile error
> >>
> >> * Update to v2.2.6
> >
> > Please fix these issues:
> > fio-2.2.6: fio rdepends on numactl, but it isn't a build dependency? [build-deps]
> > fio-2.2.6: fio rdepends on zlib, but it isn't a build dependency? [build-deps]
> >>
> >> Signed-off-by: Raphael Silva <raphael.philipe@ossystems.com.br>
> >> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> >>
> >> ---
> >>
> >>  ...eric-assembly-nop-and-barrier-code-for-ar.patch | 30 ----------------------
> >>  .../fio/{fio_2.0.5.bb => fio_2.2.6.bb}             | 11 ++++----
> >>  2 files changed, 5 insertions(+), 36 deletions(-)
> >>
> >> diff --git a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch b/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
> >> deleted file mode 100644
> >> index db97244..0000000
> >> --- a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
> >> +++ /dev/null
> >> @@ -1,30 +0,0 @@
> >> -From 152b969cd4ff5b4b7e1c65eca1f9ab243b8a30c8 Mon Sep 17 00:00:00 2001
> >> -From: Otavio Salvador <otavio@ossystems.com.br>
> >> -Date: Sun, 14 Apr 2013 13:53:35 -0300
> >> -Subject: [PATCH] ARM: Use generic assembly nop and barrier code for armv6
> >> -
> >> -Upstream-Status: Submitted
> >> -
> >> -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >> ----
> >> - arch/arch-arm.h |    4 +++-
> >> - 1 files changed, 3 insertions(+), 1 deletions(-)
> >> -
> >> -diff --git a/arch/arch-arm.h b/arch/arch-arm.h
> >> -index 658b688..7cd9502 100644
> >> ---- a/arch/arch-arm.h
> >> -+++ b/arch/arch-arm.h
> >> -@@ -18,7 +18,9 @@
> >> - #define __NR_sys_vmsplice   343
> >> - #endif
> >> -
> >> --#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__)
> >> -+#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
> >> -+    || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
> >> -+    || defined(__ARM_ARCH_6__)  || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
> >> - #define nop             __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
> >> - #define read_barrier()      __asm__ __volatile__ ("" : : : "memory")
> >> - #define write_barrier()     __asm__ __volatile__ ("" : : : "memory")
> >> ---
> >> -1.7.2.5
> >> -
> >> diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> >> similarity index 72%
> >> rename from meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
> >> rename to meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> >> index 8dcf637..016b1f2 100644
> >> --- a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
> >> +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
> >> @@ -12,17 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
> >>
> >>  DEPENDS = "libaio"
> >>
> >> -# rev for v2.0.5
> >> -SRCREV = "02efadeb8b05144bcf2fc7796e1da2e7db211d00"
> >> -SRC_URI = "git://git.kernel.dk/fio.git \
> >> -           file://0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch"
> >> +# rev for v2.2.6
> >> +SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
> >> +SRC_URI = "git://git.kernel.dk/fio.git"
> >>
> >>  S = "${WORKDIR}/git"
> >>
> >> -EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
> >> +EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
> >>
> >>  do_install() {
> >> -    oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
> >> +    oe_runmake install DESTDIR=${D} prefix=${prefix} mandir=${mandir}
> >>      install -d ${D}/${docdir}/${PN}
> >>      cp -a ${S}/examples ${D}/${docdir}/${PN}/
> >>  }
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-commits mailing list
> >> Openembedded-commits@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [oe-commits] Raphael Silva : fio: fix do_compile error
  2015-03-24  1:02     ` Martin Jansa
@ 2015-03-24 11:54       ` Raphael Philipe
  0 siblings, 0 replies; 4+ messages in thread
From: Raphael Philipe @ 2015-03-24 11:54 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-commits, openembedded-devel, Raphael Silva

Now I can see it!

Thank you. I will provide a patch for this soon.

Regards,

On Mon, Mar 23, 2015 at 10:02 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Mar 23, 2015 at 09:56:29PM -0300, Raphael Philipe wrote:
>> Hi Martin,
>>
>> I'm sorry, but I wasn't able to reproduce this problem. Could you
>> please give more details on how you setup your build?
>
> Have you tried to build numactl before rebuilding fio?
> meta-oe/recipes-support/numactl/numactl_2.0.9.bb
>
> bitbake numactl
> bitbake -c cleansstate fio
> bitbake fio
>
> should show the error
>
>>
>> Regards,
>>
>> On Sat, Mar 21, 2015 at 12:31 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote:
>> >> Module: meta-openembedded.git
>> >> Branch: master
>> >> Commit: 9b35e07cabaf3ed9bd681423a758b9c0dc3945af
>> >> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b35e07cabaf3ed9bd681423a758b9c0dc3945af
>> >>
>> >> Author: Raphael Silva <rapphil@gmail.com>
>> >> Date:   Sat Feb 28 20:15:16 2015 -0300
>> >>
>> >> fio: fix do_compile error
>> >>
>> >> * Update to v2.2.6
>> >
>> > Please fix these issues:
>> > fio-2.2.6: fio rdepends on numactl, but it isn't a build dependency? [build-deps]
>> > fio-2.2.6: fio rdepends on zlib, but it isn't a build dependency? [build-deps]
>> >>
>> >> Signed-off-by: Raphael Silva <raphael.philipe@ossystems.com.br>
>> >> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> >>
>> >> ---
>> >>
>> >>  ...eric-assembly-nop-and-barrier-code-for-ar.patch | 30 ----------------------
>> >>  .../fio/{fio_2.0.5.bb => fio_2.2.6.bb}             | 11 ++++----
>> >>  2 files changed, 5 insertions(+), 36 deletions(-)
>> >>
>> >> diff --git a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch b/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
>> >> deleted file mode 100644
>> >> index db97244..0000000
>> >> --- a/meta-oe/recipes-benchmark/fio/fio/0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch
>> >> +++ /dev/null
>> >> @@ -1,30 +0,0 @@
>> >> -From 152b969cd4ff5b4b7e1c65eca1f9ab243b8a30c8 Mon Sep 17 00:00:00 2001
>> >> -From: Otavio Salvador <otavio@ossystems.com.br>
>> >> -Date: Sun, 14 Apr 2013 13:53:35 -0300
>> >> -Subject: [PATCH] ARM: Use generic assembly nop and barrier code for armv6
>> >> -
>> >> -Upstream-Status: Submitted
>> >> -
>> >> -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> >> ----
>> >> - arch/arch-arm.h |    4 +++-
>> >> - 1 files changed, 3 insertions(+), 1 deletions(-)
>> >> -
>> >> -diff --git a/arch/arch-arm.h b/arch/arch-arm.h
>> >> -index 658b688..7cd9502 100644
>> >> ---- a/arch/arch-arm.h
>> >> -+++ b/arch/arch-arm.h
>> >> -@@ -18,7 +18,9 @@
>> >> - #define __NR_sys_vmsplice   343
>> >> - #endif
>> >> -
>> >> --#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__)
>> >> -+#if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
>> >> -+    || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
>> >> -+    || defined(__ARM_ARCH_6__)  || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
>> >> - #define nop             __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
>> >> - #define read_barrier()      __asm__ __volatile__ ("" : : : "memory")
>> >> - #define write_barrier()     __asm__ __volatile__ ("" : : : "memory")
>> >> ---
>> >> -1.7.2.5
>> >> -
>> >> diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> >> similarity index 72%
>> >> rename from meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
>> >> rename to meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> >> index 8dcf637..016b1f2 100644
>> >> --- a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
>> >> +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
>> >> @@ -12,17 +12,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
>> >>
>> >>  DEPENDS = "libaio"
>> >>
>> >> -# rev for v2.0.5
>> >> -SRCREV = "02efadeb8b05144bcf2fc7796e1da2e7db211d00"
>> >> -SRC_URI = "git://git.kernel.dk/fio.git \
>> >> -           file://0001-ARM-Use-generic-assembly-nop-and-barrier-code-for-ar.patch"
>> >> +# rev for v2.2.6
>> >> +SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
>> >> +SRC_URI = "git://git.kernel.dk/fio.git"
>> >>
>> >>  S = "${WORKDIR}/git"
>> >>
>> >> -EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
>> >> +EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
>> >>
>> >>  do_install() {
>> >> -    oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
>> >> +    oe_runmake install DESTDIR=${D} prefix=${prefix} mandir=${mandir}
>> >>      install -d ${D}/${docdir}/${PN}
>> >>      cp -a ${S}/examples ${D}/${docdir}/${PN}/
>> >>  }
>> >>
>> >> --
>> >> _______________________________________________
>> >> Openembedded-commits mailing list
>> >> Openembedded-commits@lists.openembedded.org
>> >> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>> >
>> > --
>> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

end of thread, other threads:[~2015-03-24 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20150303074258.E353A50433@opal.openembedded.org>
2015-03-21 15:31 ` [oe-commits] Raphael Silva : fio: fix do_compile error Martin Jansa
2015-03-24  0:56   ` Raphael Philipe
2015-03-24  1:02     ` Martin Jansa
2015-03-24 11:54       ` Raphael Philipe

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.