From 10970a6e1189dee48f0de1462ef7e808654cf51d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 30 Sep 2015 08:55:36 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'documentation') 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 @@ must accept incoming connections from 192.168.7.0/24, which is the default IP range used for tap devices by runqemu. + Be sure your host has the + correct packages installed: + Depending your host's distribution, you need + to have the following packages installed: + + Ubuntu and Debian: + sysstat and + iproute2 + + OpenSUSE: + sysstat and + iproute2 + + Fedora: + sysstat and + iproute + + + -- cgit v1.2.3-54-g00ecf