summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/qemuboot.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass
index 99da543f9a..648af09b6e 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -40,7 +40,7 @@
40# QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth* 40# QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth*
41# devices in reverse order to -device arguments. 41# devices in reverse order to -device arguments.
42# 42#
43# QB_TAP_OPT: netowrk option for 'tap' mode, e.g., 43# QB_TAP_OPT: network option for 'tap' mode, e.g.,
44# "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" 44# "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
45# Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ... 45# Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ...
46# 46#