diff options
| author | Igor Opaniuk <igor.opaniuk@foundries.io> | 2025-02-04 11:01:11 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
| commit | f263e0f5e2ea28e3c4c4a5d5e2f3955139fc8d1c (patch) | |
| tree | 5a708c168a0e76042b15d50b28e83d7b2b0bc0f9 | |
| parent | 7c3b3019ea031b654cc7ca40fc819fb2d857c299 (diff) | |
| download | poky-f263e0f5e2ea28e3c4c4a5d5e2f3955139fc8d1c.tar.gz | |
README.qemu.md: fix markdown style issues
Fix markdown style issues using markdownlint tool [1]:
$ cat README.qemu.md | mdl
(stdin):8: MD006 Consider starting bulleted lists at the beginning of the line
[1] https://github.com/markdownlint/markdownlint
(From OE-Core rev: cf5f8f9ae809f3cc6a0d53bdfb28e6d913f2fecc)
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | README.qemu.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.qemu.md b/README.qemu.md index 9f56b7d668..cff0f07914 100644 --- a/README.qemu.md +++ b/README.qemu.md | |||
| @@ -5,10 +5,10 @@ To simplify development, the build system supports building images to | |||
| 5 | work with the QEMU emulator in system emulation mode. Several architectures | 5 | work with the QEMU emulator in system emulation mode. Several architectures |
| 6 | are currently supported in 32 and 64 bit variants: | 6 | are currently supported in 32 and 64 bit variants: |
| 7 | 7 | ||
| 8 | * ARM (qemuarm + qemuarm64) | 8 | * ARM (qemuarm + qemuarm64) |
| 9 | * x86 (qemux86 + qemux86-64) | 9 | * x86 (qemux86 + qemux86-64) |
| 10 | * PowerPC (qemuppc only) | 10 | * PowerPC (qemuppc only) |
| 11 | * MIPS (qemumips + qemumips64) | 11 | * MIPS (qemumips + qemumips64) |
| 12 | 12 | ||
| 13 | Use of the QEMU images is covered in the Yocto Project Reference Manual. | 13 | Use of the QEMU images is covered in the Yocto Project Reference Manual. |
| 14 | The appropriate MACHINE variable value corresponding to the target is given | 14 | The appropriate MACHINE variable value corresponding to the target is given |
