diff mbox series

ref-manual/images.rst: fix unnumbered list

Message ID 20221208142038.14325-1-michael.opdenacker@bootlin.com
State New
Headers show
Series ref-manual/images.rst: fix unnumbered list | expand

Commit Message

Michael Opdenacker Dec. 8, 2022, 2:20 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/ref-manual/images.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Quentin Schulz Dec. 9, 2022, 9:59 a.m. UTC | #1
Hi Michael,

On 12/8/22 15:20, Michael Opdenacker via lists.yoctoproject.org wrote:
> From: Michael Opdenacker <michael.opdenacker@bootlin.com>
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> ---
>   documentation/ref-manual/images.rst | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst
> index d52b39f3cf..bbbbb55d73 100644
> --- a/documentation/ref-manual/images.rst
> +++ b/documentation/ref-manual/images.rst
> @@ -18,11 +18,10 @@ image you want.
>      are going to build an image using non-GPLv3 and similarly licensed
>      components, you must make the following changes in the ``local.conf``
>      file before using the BitBake command to build the minimal or base
> -   image::
> -
> -           1. Comment out the EXTRA_IMAGE_FEATURES line
> -           2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
> +   image:
>   
> +   1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line
> +   2. Set :term:`INCOMPATIBLE_LICENSE` to "GPL-3.0* LGPL-3.0* AGPL-3.0*"
>   

I believe you can even use:
#.
so that it's automatically numbered properly.

In any case,

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>

Thanks,
Quentin
Michael Opdenacker Dec. 9, 2022, 4:02 p.m. UTC | #2
Hi Quentin,

Thanks for the review!

Am 09.12.22 um 10:59 schrieb Quentin Schulz via lists.yoctoproject.org:
> Hi Michael,
>
> On 12/8/22 15:20, Michael Opdenacker via lists.yoctoproject.org wrote:
>> From: Michael Opdenacker <michael.opdenacker@bootlin.com>
>>
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
>> ---
>>   documentation/ref-manual/images.rst | 7 +++----
>>   1 file changed, 3 insertions(+), 4 deletions(-)
>>
>> diff --git a/documentation/ref-manual/images.rst 
>> b/documentation/ref-manual/images.rst
>> index d52b39f3cf..bbbbb55d73 100644
>> --- a/documentation/ref-manual/images.rst
>> +++ b/documentation/ref-manual/images.rst
>> @@ -18,11 +18,10 @@ image you want.
>>      are going to build an image using non-GPLv3 and similarly licensed
>>      components, you must make the following changes in the 
>> ``local.conf``
>>      file before using the BitBake command to build the minimal or base
>> -   image::
>> -
>> -           1. Comment out the EXTRA_IMAGE_FEATURES line
>> -           2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
>> +   image:
>>   +   1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line
>> +   2. Set :term:`INCOMPATIBLE_LICENSE` to "GPL-3.0* LGPL-3.0* 
>> AGPL-3.0*"
>
> I believe you can even use:
> #.
> so that it's automatically numbered properly.


Hey, this sounds great, and indeed it works.
I'll look for other opportunities to use this syntax.

Thanks again!
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst
index d52b39f3cf..bbbbb55d73 100644
--- a/documentation/ref-manual/images.rst
+++ b/documentation/ref-manual/images.rst
@@ -18,11 +18,10 @@  image you want.
    are going to build an image using non-GPLv3 and similarly licensed
    components, you must make the following changes in the ``local.conf``
    file before using the BitBake command to build the minimal or base
-   image::
-
-           1. Comment out the EXTRA_IMAGE_FEATURES line
-           2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
+   image:
 
+   1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line
+   2. Set :term:`INCOMPATIBLE_LICENSE` to "GPL-3.0* LGPL-3.0* AGPL-3.0*"
 
 From within the ``poky`` Git repository, you can use the following
 command to display the list of directories within the :term:`Source Directory`