From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org,
Raphael Silva <raphael.philipe@ossystems.com.br>
Cc: openembedded-commits@lists.openembedded.org
Subject: Re: [oe-commits] Raphael Silva : fio: fix do_compile error
Date: Sat, 21 Mar 2015 16:31:42 +0100 [thread overview]
Message-ID: <20150321153142.GJ4738@jama> (raw)
In-Reply-To: <20150303074258.E353A50433@opal.openembedded.org>
[-- 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 --]
next parent reply other threads:[~2015-03-21 15:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20150303074258.E353A50433@opal.openembedded.org>
2015-03-21 15:31 ` Martin Jansa [this message]
2015-03-24 0:56 ` [oe-commits] Raphael Silva : fio: fix do_compile error Raphael Philipe
2015-03-24 1:02 ` Martin Jansa
2015-03-24 11:54 ` Raphael Philipe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150321153142.GJ4738@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-commits@lists.openembedded.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raphael.philipe@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.