diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-10-27 21:09:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-12 13:06:28 +0000 |
| commit | 7f6f1519b950855ee104b615301b73b109271012 (patch) | |
| tree | f63fd6080862e978ef3457e336271982a7df30e0 /meta | |
| parent | 528de6bc4f762c323a9e2060f3d63df0f5f14781 (diff) | |
| download | poky-7f6f1519b950855ee104b615301b73b109271012.tar.gz | |
qemuboot.bbclass: Fix a typo
(From OE-Core rev: 2b5fb66344432390aa0cc199ad3f9ec2a4da26bb)
(From OE-Core rev: 2eb8cd12bdc4b6a83f8ab1ac6643821db5d8087c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit aea9a37ae327d1685cf2473a9f8f84e22352f5ec)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 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 | # |
