dev-manual: Added package requirements for runtime QEMU testing

Fixes [YOCTO #8412]

Added another bullet item that lists the required packages per
distributions needed to enable the runtime QEMU tests.

(From yocto-docs rev: f7e42f9b069e0fd3b419b571554669a89bc843e6)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-09-30 08:55:36 -07:00 committed by Richard Purdie
parent acacf6ba73
commit 10970a6e11
1 changed files with 19 additions and 0 deletions

View File

@ -8163,6 +8163,25 @@
must accept incoming connections from 192.168.7.0/24,
which is the default IP range used for tap devices
by <filename>runqemu</filename>.</para></listitem>
<listitem><para><emphasis>Be sure your host has the
correct packages installed:</emphasis>
Depending your host's distribution, you need
to have the following packages installed:
<itemizedlist>
<listitem><para>Ubuntu and Debian:
<filename>sysstat</filename> and
<filename>iproute2</filename>
</para></listitem>
<listitem><para>OpenSUSE:
<filename>sysstat</filename> and
<filename>iproute2</filename>
</para></listitem>
<listitem><para>Fedora:
<filename>sysstat</filename> and
<filename>iproute</filename>
</para></listitem>
</itemizedlist>
</para></listitem>
</itemizedlist>
</para>