summaryrefslogtreecommitdiffstats
path: root/meta/classes/qemuboot.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-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 824676216e..4b7532b304 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -43,7 +43,7 @@
43# QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth* 43# QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth*
44# devices in reverse order to -device arguments. 44# devices in reverse order to -device arguments.
45# 45#
46# QB_TAP_OPT: netowrk option for 'tap' mode, e.g., 46# QB_TAP_OPT: network option for 'tap' mode, e.g.,
47# "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no" 47# "-netdev tap,id=net0,ifname=@TAP@,script=no,downscript=no"
48# Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ... 48# Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ...
49# 49#