summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-27 21:09:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 13:22:48 +0000
commitaea9a37ae327d1685cf2473a9f8f84e22352f5ec (patch)
tree153e9390968a9b38b56f64d59481d68252850d1a /meta
parentb11f7236a2231c9d50e85c6434f073052cbec307 (diff)
downloadpoky-aea9a37ae327d1685cf2473a9f8f84e22352f5ec.tar.gz
qemuboot.bbclass: Fix a typo
(From OE-Core rev: 2b5fb66344432390aa0cc199ad3f9ec2a4da26bb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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#