<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-support/netperf, branch fido-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-08-03T09:42:33+00:00</updated>
<entry>
<title>netperf: fix the broken download url</title>
<updated>2015-08-03T09:42:33+00:00</updated>
<author>
<name>Zongchun Yu</name>
<email>Zongchun.Yu@freescale.com</email>
</author>
<published>2015-07-28T09:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c841231b9f327d2d06d19d2ba1324dd86b83617c'/>
<id>urn:sha1:c841231b9f327d2d06d19d2ba1324dd86b83617c</id>
<content type='text'>
Signed-off-by: Zongchun Yu &lt;Zongchun.Yu@freescale.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>netperf: enable SCTP support</title>
<updated>2014-06-04T01:18:51+00:00</updated>
<author>
<name>Mihaela Sendrea</name>
<email>mihaela.sendrea@enea.com</email>
</author>
<published>2014-05-13T16:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7734132dd3749e634865f0e093f6f91064d13633'/>
<id>urn:sha1:7734132dd3749e634865f0e093f6f91064d13633</id>
<content type='text'>
Signed-off-by: Mihaela Sendrea &lt;mihaela.sendrea@enea.com&gt;
Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
</content>
</entry>
<entry>
<title>netperf: fix S!=B issues</title>
<updated>2014-05-03T18:47:03+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen.kooi@linaro.org</email>
</author>
<published>2014-04-30T08:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b78c07ceb9d2a49fb5ff1c29d7d5c7d6b4bab0de'/>
<id>urn:sha1:b78c07ceb9d2a49fb5ff1c29d7d5c7d6b4bab0de</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen.kooi@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Remove PR = r0 from all recipes</title>
<updated>2013-11-01T14:33:16+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-31T10:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4d62e7f575e2a87197c74ab4639561b45eec0e60'/>
<id>urn:sha1:4d62e7f575e2a87197c74ab4639561b45eec0e60</id>
<content type='text'>
* 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 &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>netperf: set _FILE_OFFSET_BITS to 64 to support large files</title>
<updated>2013-10-09T13:57:21+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-10-09T08:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d79d4b340358168d7ca4b8f2837c9d09c44bd1fe'/>
<id>urn:sha1:d79d4b340358168d7ca4b8f2837c9d09c44bd1fe</id>
<content type='text'>
Without this patch, netperf2.6 can only
support files smaller than 2GB with TCP_SENDFILE item.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
Tested-by: Jianhua Xie&lt;jianhua.xie@freescale.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
</content>
</entry>
<entry>
<title>recipes: Unify indentation</title>
<updated>2013-04-15T14:23:17+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-04-13T20:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a45830a39bb47a9eab27980d52966226c9504ea4'/>
<id>urn:sha1:a45830a39bb47a9eab27980d52966226c9504ea4</id>
<content type='text'>
* 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 &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>netperf: Correct license flags</title>
<updated>2012-11-30T16:49:56+00:00</updated>
<author>
<name>Joe MacDonald</name>
<email>joe.macdonald@windriver.com</email>
</author>
<published>2012-11-30T16:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=85ab35f4edac91ecc180161e97c6698f1c10928b'/>
<id>urn:sha1:85ab35f4edac91ecc180161e97c6698f1c10928b</id>
<content type='text'>
   From: Mark Hatle &lt;mark.hatle@windriver.com&gt;

   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 &lt;mark.hatle@windriver.com&gt;
Signed-off-by: Joe MacDonald &lt;joe.macdonald@windriver.com&gt;
</content>
</entry>
<entry>
<title>netperf: import from oe-classic and upgrade to 2.6.0</title>
<updated>2012-11-19T16:18:30+00:00</updated>
<author>
<name>xin.ouyang@windriver.com</name>
<email>xin.ouyang@windriver.com</email>
</author>
<published>2012-11-12T09:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b69b6e04f12b2fc45a3ebac8c741bda41fea6409'/>
<id>urn:sha1:b69b6e04f12b2fc45a3ebac8c741bda41fea6409</id>
<content type='text'>
Signed-off-by: Xin Ouyang &lt;Xin.Ouyang@windriver.com&gt;
</content>
</entry>
</feed>
