[oe] [meta-oe][PATCH v2] netperf: set _FILE_OFFSET_BITS to 64 to support large files

Joe MacDonald joe at deserted.net
Wed Oct 9 17:25:26 UTC 2013


Merged, thanks.

-J.

[[oe] [meta-oe][PATCH v2] netperf: set _FILE_OFFSET_BITS to 64 to support large files] On 13.10.09 (Wed 16:32) b28495 at freescale.com wrote:

> From: Ting Liu <b28495 at freescale.com>
> 
> Without this patch, netperf2.6 can only
> support files smaller than 2GB with TCP_SENDFILE item.
> 
> Signed-off-by: Ting Liu <b28495 at freescale.com>
> Tested-by: Jianhua Xie<jianhua.xie at freescale.com>
> Reviewed-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> v2: update with Otavio's comment (add base_contains item)
> 
>  .../recipes-support/netperf/netperf_2.6.0.bb       |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> index eda7859..c206d56 100644
> --- a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> +++ b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> @@ -23,6 +23,11 @@ S = "${WORKDIR}/netperf-${PV}"
>  # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros
>  CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
>  
> +# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files
> +# larger than 2GB
> +CFLAGS_append = "${@base_contains('DISTRO_FEATURES', 'largefile', \
> +    ' -D_FILE_OFFSET_BITS=64', '', d)}"
> +
>  # autotools.bbclass attends to include m4 files with path depth <= 2 by
>  # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4.
>  do_configure_prepend() {
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20131009/0f55b15e/attachment-0002.sig>


More information about the Openembedded-devel mailing list