diff options
-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 |