diff options
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-rw-r--r-- | meta/classes/qemuboot.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 2b50ddaa22..aaf821d6dd 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -43,7 +43,7 @@ | |||
43 | # a custom one, but that may cause conflicts when multiple qemus are | 43 | # a custom one, but that may cause conflicts when multiple qemus are |
44 | # running on the same host. | 44 | # running on the same host. |
45 | # Note: If more than one interface of type -device virtio-net-device gets added, | 45 | # Note: If more than one interface of type -device virtio-net-device gets added, |
46 | # QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth* | 46 | # QB_NETWORK_DEVICE:prepend might be used, since Qemu enumerates the eth* |
47 | # devices in reverse order to -device arguments. | 47 | # devices in reverse order to -device arguments. |
48 | # | 48 | # |
49 | # QB_TAP_OPT: network option for 'tap' mode, e.g., | 49 | # QB_TAP_OPT: network option for 'tap' mode, e.g., |