diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-15 10:30:33 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:34 +0100 |
| commit | afe2d7cf45cc666c7930e4667dfaf48e2cd5a7a4 (patch) | |
| tree | 9011a32ea66b93617ca01656349d120aec7492ec /documentation | |
| parent | 88c6050ad28229231965017b64de40b086e6b4d1 (diff) | |
| download | poky-afe2d7cf45cc666c7930e4667dfaf48e2cd5a7a4.tar.gz | |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -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 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: | |||
| 10960 | which should generate a list of tap devices. | 10960 | which should generate a list of tap devices. |
| 10961 | This is the option typically chosen for | 10961 | This is the option typically chosen for |
| 10962 | Autobuilder-type environments. | 10962 | Autobuilder-type environments. |
| 10963 | <note><title>Notes</title> | ||
| 10964 | <itemizedlist> | ||
| 10965 | <listitem><para> | ||
| 10966 | Be sure to use an absolute path | ||
| 10967 | when calling this script | ||
| 10968 | with sudo. | ||
| 10969 | </para></listitem> | ||
| 10970 | <listitem><para> | ||
| 10971 | The package recipe | ||
| 10972 | <filename>qemu-helper-native</filename> | ||
| 10973 | is required to run this script. | ||
| 10974 | Build the package using the | ||
| 10975 | following command: | ||
| 10976 | <literallayout class='monospaced'> | ||
| 10977 | $ bitbake qemu-helper-native | ||
| 10978 | </literallayout> | ||
| 10979 | </para></listitem> | ||
| 10980 | </itemizedlist> | ||
| 10981 | </note> | ||
| 10963 | </para></listitem> | 10982 | </para></listitem> |
| 10964 | </itemizedlist></para></listitem> | 10983 | </itemizedlist></para></listitem> |
| 10965 | <listitem><para><emphasis>Set the | 10984 | <listitem><para><emphasis>Set the |
