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/packages.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/packages.rst')
-rw-r--r-- | documentation/dev-manual/packages.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst index afd8bfc945..2decdcb253 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst | |||
@@ -554,10 +554,10 @@ to use. In your configuration, you use the | |||
554 | :term:`PACKAGE_CLASSES` | 554 | :term:`PACKAGE_CLASSES` |
555 | variable to specify the format: | 555 | variable to specify the format: |
556 | 556 | ||
557 | 1. Open the ``local.conf`` file inside your :term:`Build Directory` (e.g. | 557 | #. Open the ``local.conf`` file inside your :term:`Build Directory` (e.g. |
558 | ``poky/build/conf/local.conf``). | 558 | ``poky/build/conf/local.conf``). |
559 | 559 | ||
560 | 2. Select the desired package format as follows:: | 560 | #. Select the desired package format as follows:: |
561 | 561 | ||
562 | PACKAGE_CLASSES ?= "package_packageformat" | 562 | PACKAGE_CLASSES ?= "package_packageformat" |
563 | 563 | ||