From 4bfd9d31c7728592af82e5942426ff7d02a19d75 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 15 May 2018 10:30:33 -0700 Subject: dev-manual: Updated "Enabling Runtime Tests on QEMU" Fixes [YOCTO #12517] Added some qualifying information for how to generate a list of tap devices to enable runtime tests on QEMU. (From yocto-docs rev: 4359a355944f6cf4ec1e14ecbedc690ef37ff743) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 11eb274965..61ed8f1cee 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -10960,6 +10960,25 @@ Some notes from Cal: which should generate a list of tap devices. This is the option typically chosen for Autobuilder-type environments. + Notes + + + Be sure to use an absolute path + when calling this script + with sudo. + + + The package recipe + qemu-helper-native + is required to run this script. + Build the package using the + following command: + + $ bitbake qemu-helper-native + + + + Set the -- cgit v1.2.3-54-g00ecf