diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-09 19:01:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch) | |
tree | 6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/dev-manual/bmaptool.rst | |
parent | 474e071608c7c1c97e9dafde810aef5630c716e7 (diff) | |
download | poky-6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06.tar.gz |
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc.
(From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/bmaptool.rst')
-rw-r--r-- | documentation/dev-manual/bmaptool.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/bmaptool.rst b/documentation/dev-manual/bmaptool.rst index 4ee6f5e48b..9add72cf3b 100644 --- a/documentation/dev-manual/bmaptool.rst +++ b/documentation/dev-manual/bmaptool.rst | |||
@@ -28,18 +28,18 @@ Following, is an example that shows how to flash a Wic image. Realize | |||
28 | that while this example uses a Wic image, you can use Bmaptool to flash | 28 | that while this example uses a Wic image, you can use Bmaptool to flash |
29 | any type of image. Use these steps to flash an image using Bmaptool: | 29 | any type of image. Use these steps to flash an image using Bmaptool: |
30 | 30 | ||
31 | 1. *Update your local.conf File:* You need to have the following set | 31 | #. *Update your local.conf File:* You need to have the following set |
32 | in your ``local.conf`` file before building your image:: | 32 | in your ``local.conf`` file before building your image:: |
33 | 33 | ||
34 | IMAGE_FSTYPES += "wic wic.bmap" | 34 | IMAGE_FSTYPES += "wic wic.bmap" |
35 | 35 | ||
36 | 2. *Get Your Image:* Either have your image ready (pre-built with the | 36 | #. *Get Your Image:* Either have your image ready (pre-built with the |
37 | :term:`IMAGE_FSTYPES` | 37 | :term:`IMAGE_FSTYPES` |
38 | setting previously mentioned) or take the step to build the image:: | 38 | setting previously mentioned) or take the step to build the image:: |
39 | 39 | ||
40 | $ bitbake image | 40 | $ bitbake image |
41 | 41 | ||
42 | 3. *Flash the Device:* Flash the device with the image by using Bmaptool | 42 | #. *Flash the Device:* Flash the device with the image by using Bmaptool |
43 | depending on your particular setup. The following commands assume the | 43 | depending on your particular setup. The following commands assume the |
44 | image resides in the :term:`Build Directory`'s ``deploy/images/`` area: | 44 | image resides in the :term:`Build Directory`'s ``deploy/images/`` area: |
45 | 45 | ||