iperf3: Add native support

If you want to use iperf3 to measure your board's IP performance, you
may also want to compile if for the build host, because unlike iperf,
iperf3 isn't readily available as a standard Ubuntu package for example.

Add a BBCLASSEXTEND="native" to the recipe so that you just can build
iperf3-native and have bitbake compile it for you, instead of having to
download, compile and install it manually on the build machine.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
mike.looijmans@topic.nl 2015-01-26 09:42:53 +01:00 committed by Martin Jansa
parent f6f4cadd65
commit 01a47ecc1a

View File

@ -23,3 +23,4 @@ SRCREV = "de420cc741dd8967ebc57f80b7712556442de81b"
S = "${WORKDIR}/git"
inherit autotools
BBCLASSEXTEND = "native"