summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netperf
Commit message (Collapse)AuthorAgeFilesLines
* netperf: fix the broken download urlZongchun Yu2015-08-031-1/+1
| | | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-networking: standardize SECTION valuesJoe MacDonald2015-06-051-1/+1
| | | | | | | SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netperf: enable SCTP supportMihaela Sendrea2014-06-031-0/+5
| | | | | Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* netperf: fix S!=B issuesKoen Kooi2014-05-031-8/+8
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netperf: set _FILE_OFFSET_BITS to 64 to support large filesTing Liu2013-10-091-0/+5
| | | | | | | | | | Without this patch, netperf2.6 can only support files smaller than 2GB with TCP_SENDFILE item. Signed-off-by: Ting Liu <b28495@freescale.com> Tested-by: Jianhua Xie<jianhua.xie@freescale.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Joe MacDonald <joe@deserted.net>
* recipes: Unify indentationMartin Jansa2013-04-151-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* netperf: Correct license flagsJoe MacDonald2012-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Mark Hatle <mark.hatle@windriver.com> I was helping someone with building netperf from meta-networking last night, and stumbled on what I think is a bug. SUMMARY = "A networking benchmarking tool" DESCRIPTION = "Network performance benchmark including tests for TCP, UDP, sockets, ATM and more." SECTION = "console/network" HOMEPAGE = "http://www.netperf.org/" LICENSE = "netperf" LICENSE_FLAGS = "commercial" In the above, the LICENSE_FLAGS are set to 'commercial'. I think this is incorrect. It should be set to 'non-commercial'. There is a subtle difference between them which is why I think it's a bug... commercial -- there are some commercial requirements necessary to use this recipe in a commercial device... you are responsible for understanding them and doing whatever is necessary... (for non-commercial devices you can likely use it...) non-commercial -- this item is restricted to non-commercial users only. As in the case of netperf, the license says it's only for non-commercial use. So anyway, my suggestion is to simply change the value of the flag. Reported-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* netperf: import from oe-classic and upgrade to 2.6.0xin.ouyang@windriver.com2012-11-194-0/+207
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>