diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-30 08:55:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:33 +0100 |
commit | 10970a6e1189dee48f0de1462ef7e808654cf51d (patch) | |
tree | b72fb5438b2f27d161568ba4b5dcafb18fa3457c /documentation/dev-manual | |
parent | acacf6ba7330c119c471822211646497ee1ee222 (diff) | |
download | poky-10970a6e1189dee48f0de1462ef7e808654cf51d.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ddf0ecd0c4..191e6f3173 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8163,6 +8163,25 @@ | |||
8163 | must accept incoming connections from 192.168.7.0/24, | 8163 | must accept incoming connections from 192.168.7.0/24, |
8164 | which is the default IP range used for tap devices | 8164 | which is the default IP range used for tap devices |
8165 | by <filename>runqemu</filename>.</para></listitem> | 8165 | by <filename>runqemu</filename>.</para></listitem> |
8166 | <listitem><para><emphasis>Be sure your host has the | ||
8167 | correct packages installed:</emphasis> | ||
8168 | Depending your host's distribution, you need | ||
8169 | to have the following packages installed: | ||
8170 | <itemizedlist> | ||
8171 | <listitem><para>Ubuntu and Debian: | ||
8172 | <filename>sysstat</filename> and | ||
8173 | <filename>iproute2</filename> | ||
8174 | </para></listitem> | ||
8175 | <listitem><para>OpenSUSE: | ||
8176 | <filename>sysstat</filename> and | ||
8177 | <filename>iproute2</filename> | ||
8178 | </para></listitem> | ||
8179 | <listitem><para>Fedora: | ||
8180 | <filename>sysstat</filename> and | ||
8181 | <filename>iproute</filename> | ||
8182 | </para></listitem> | ||
8183 | </itemizedlist> | ||
8184 | </para></listitem> | ||
8166 | </itemizedlist> | 8185 | </itemizedlist> |
8167 | </para> | 8186 | </para> |
8168 | 8187 | ||