Re: [docs] [PATCH] migration-guide: 5.1: Remove duplicated typo

=?ks_c_5601-1987?B?wMzA57HUL8OlwNO/rLG4v/gvvLHH4MfDt6fG+7Czud/GwA==?= <[email protected]> Thu, 25 Jun 2026 08:00:54 +0000
Newsgroups org.yoctoproject.lists.docs
Message-ID <SE5P216MB33426734DADB1BEE4E1C9FAC90ED2@SE5P216MB3342.KORP216.PROD.OUTLOOK.COM>
Hi Quentin, Antonin
Thanks for review.

if intention is do_configure, then I will fix my patches.

But, looking at the next paragraph, it only mentions do_compile and do_install, so I thought it was redundant and made a patch.

"These are commonly in do_compile<https://docs.yoctoproject.org/ref-manual/tasks.html#ref-tasks-compile> and do_install<https://docs.yoctoproject.org/ref-manual/tasks.html#ref-tasks-install> for things like service or configuration files"

Anyway , let me know your intentions.

Thanks,
jaekyu


________________________________
º¸³½ »ç¶÷: Quentin Schulz <[email protected]>
º¸³½ ³¯Â¥: 2026³â 6¿ù 24ÀÏ ¼ö¿äÀÏ ¿ÀÈÄ 6:50
¹Þ´Â »ç¶÷: ÀÌÀç±Ô/Ã¥ÀÓ¿¬±¸¿ø/¼±ÇàÇ÷§Æû°³¹ßÆÀ <[email protected]>; [email protected] <[email protected]>
Á¦¸ñ: Re: [docs] [PATCH] migration-guide: 5.1: Remove duplicated typo

Hi jaekyu.lee, Antonin,

On 6/24/26 11:47 AM, Jaekyu Lee via lists.yoctoproject.org wrote:
> [You don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> From: "jaekyu.lee" <[email protected]>
>
> - Remove duplicated typo, do_compile
>
> Signed-off-by: jaekyu.lee <[email protected]>
> ---
>   documentation/migration-guides/migration-5.1.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst
> index 94b527bdc..f1c953c7e 100644
> --- a/documentation/migration-guides/migration-5.1.rst
> +++ b/documentation/migration-guides/migration-5.1.rst
> @@ -23,8 +23,8 @@ supported, and an error will be issued. The recipe should be changed to::
>       S = "${UNPACKDIR}"
>
>   Any :term:`WORKDIR` references where files from :term:`SRC_URI` are referenced
> -should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
> -:ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
> +should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
> +:ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
>

Asking the same question since it was ignored on v1 such that Antonin is
aware of it. I am wondering whether we didn't rather mean configure,
compile and install tasks instead of the compile task being duplicated.

Cheers,
Quentin