diff options
| author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2023-10-19 10:52:50 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-23 10:49:19 +0100 |
| commit | 37dc9faae053e40c4ad5e0e4155549a2178831b2 (patch) | |
| tree | bbfb9f0de6e69d2646f2ee959f788d2ed7079c56 /meta/classes-recipe/qemuboot.bbclass | |
| parent | 613a5b80f8d9c9f351fd72531a219c6401f63cb5 (diff) | |
| download | poky-37dc9faae053e40c4ad5e0e4155549a2178831b2.tar.gz | |
qemuboot.bbclass: fix typos in documentation
comand -> command
docuemntation -> documentation
(From OE-Core rev: 302228fb858384a7ef4e46ecae80d1ebbc00f1a7)
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/qemuboot.bbclass')
| -rw-r--r-- | meta/classes-recipe/qemuboot.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass index 5c4bbd6737..ff32aac902 100644 --- a/meta/classes-recipe/qemuboot.bbclass +++ b/meta/classes-recipe/qemuboot.bbclass | |||
| @@ -62,8 +62,8 @@ | |||
| 62 | # QB_SLIRP_OPT: network option for SLIRP mode, e.g., -netdev user,id=net0" | 62 | # QB_SLIRP_OPT: network option for SLIRP mode, e.g., -netdev user,id=net0" |
| 63 | # | 63 | # |
| 64 | # QB_CMDLINE_IP_SLIRP: If QB_NETWORK_DEVICE adds more than one network interface to qemu, usually the | 64 | # QB_CMDLINE_IP_SLIRP: If QB_NETWORK_DEVICE adds more than one network interface to qemu, usually the |
| 65 | # ip= kernel comand line argument needs to be changed accordingly. Details are documented | 65 | # ip= kernel command line argument needs to be changed accordingly. Details are documented |
| 66 | # in the kernel docuemntation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt | 66 | # in the kernel documentation https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt |
| 67 | # Example to configure only the first interface: "ip=eth0:dhcp" | 67 | # Example to configure only the first interface: "ip=eth0:dhcp" |
| 68 | # QB_CMDLINE_IP_TAP: This parameter is similar to the QB_CMDLINE_IP_SLIRP parameter. Since the tap interface requires | 68 | # QB_CMDLINE_IP_TAP: This parameter is similar to the QB_CMDLINE_IP_SLIRP parameter. Since the tap interface requires |
| 69 | # static IP configuration @CLIENT@ and @GATEWAY@ place holders are replaced by the IP and the gateway | 69 | # static IP configuration @CLIENT@ and @GATEWAY@ place holders are replaced by the IP and the gateway |
