diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-09 17:00:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 474e071608c7c1c97e9dafde810aef5630c716e7 (patch) | |
tree | 8d699e353be7eceb0e00b00085f2aceed8770000 /documentation | |
parent | 766a44b8e30551fc61b5031129175d207e7ea78b (diff) | |
download | poky-474e071608c7c1c97e9dafde810aef5630c716e7.tar.gz |
ref-manual/images.rst: fix unnumbered list
(From yocto-docs rev: 9a51f1ce0de9152d0cdca4bf1f67546fd6599448)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/images.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index 9358acc953..d3aeb0829f 100644 --- a/documentation/ref-manual/images.rst +++ b/documentation/ref-manual/images.rst | |||
@@ -18,11 +18,11 @@ image you want. | |||
18 | are going to build an image using non-GPLv3 and similarly licensed | 18 | are going to build an image using non-GPLv3 and similarly licensed |
19 | components, you must make the following changes in the ``local.conf`` | 19 | components, you must make the following changes in the ``local.conf`` |
20 | file before using the BitBake command to build the minimal or base | 20 | file before using the BitBake command to build the minimal or base |
21 | image:: | 21 | image: |
22 | 22 | ||
23 | 1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line | 23 | #. Comment out the :term:`EXTRA_IMAGE_FEATURES` line |
24 | 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*" | ||
25 | 24 | ||
25 | #. Set :term:`INCOMPATIBLE_LICENSE` to "GPL-3.0* LGPL-3.0* AGPL-3.0*" | ||
26 | 26 | ||
27 | From within the ``poky`` Git repository, you can use the following | 27 | From within the ``poky`` Git repository, you can use the following |
28 | command to display the list of directories within the :term:`Source Directory` | 28 | command to display the list of directories within the :term:`Source Directory` |