summaryrefslogtreecommitdiffstats
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-11-12 13:07:52 +0000
commit38af949d80837411c35a2d69ab43e2492f24876a (patch)
treed4bd7784856597ea93754145b8de7a8ab58ceeec
parentcb050b05d67ac37d9ee3f6b47a72bb3329bc9e39 (diff)
downloadpoky-38af949d80837411c35a2d69ab43e2492f24876a.tar.gz
qemuboot.bbclass: Fix a typo
(From OE-Core rev: 04c13fc4670fb0b4675c8e714a9e61c9c8ea60c2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2b5fb66344432390aa0cc199ad3f9ec2a4da26bb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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#