All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] added precise directory for local.conf, changing it from local.conf to conf/local.conf
@ 2022-04-01 16:36 Abongwa Amahnui Bonalais
  2022-04-04  8:13 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Abongwa Amahnui Bonalais @ 2022-04-01 16:36 UTC (permalink / raw)
  To: docs; +Cc: Abongwa Amahnui Bonalais

---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index ad5d8a950..12cab1db7 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -250,7 +250,7 @@ an entire Linux distribution, including the toolchain, from source.
       This is relevant only when your network and the server that you use
       can download these artifacts faster than you would be able to build them.
 
-      To use such mirrors, uncomment the below lines in your ``local.conf``
+      To use such mirrors, uncomment the below lines in your ``conf/local.conf``
       file in the :term:`Build Directory`::
 
          BB_SIGNATURE_HANDLER = "OEEquivHash"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] added precise directory for local.conf, changing it from local.conf to conf/local.conf
  2022-04-01 16:36 [PATCH] added precise directory for local.conf, changing it from local.conf to conf/local.conf Abongwa Amahnui Bonalais
@ 2022-04-04  8:13 ` Quentin Schulz
  2022-04-04 11:35   ` Abongwa Amahnui Bonalais
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2022-04-04  8:13 UTC (permalink / raw)
  To: Abongwa Amahnui Bonalais, docs

Hi Amahnui,

On 4/1/22 18:36, Abongwa Amahnui Bonalais wrote:
> ---
>   documentation/brief-yoctoprojectqs/index.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
> index ad5d8a950..12cab1db7 100644
> --- a/documentation/brief-yoctoprojectqs/index.rst
> +++ b/documentation/brief-yoctoprojectqs/index.rst
> @@ -250,7 +250,7 @@ an entire Linux distribution, including the toolchain, from source.
>         This is relevant only when your network and the server that you use
>         can download these artifacts faster than you would be able to build them.
>   
> -      To use such mirrors, uncomment the below lines in your ``local.conf``
> +      To use such mirrors, uncomment the below lines in your ``conf/local.conf``
>         file in the :term:`Build Directory`::
>   
>            BB_SIGNATURE_HANDLER = "OEEquivHash"
> 

Thanks for the patch!

However an important piece of information is missing from your patch: 
the Developer Certificate of Origin (materialized by a Signed-off-by: 
mention in the commit log). See 
https://docs.yoctoproject.org/dev-manual/common-tasks.html#preparing-changes-for-submission 
point 3. Commit your changes. Could you please send a new version of the 
patch with your Signed-off-by added to the commit (it can be done by 
running `git commit --amend -s` (for your next commits, just always use 
`git commit -s`).
Don't forget to say it's a v2 (`git format-patch -v 2 ...`) so we know 
which patch to take and ignore.

Cheers,
Quentin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] added precise directory for local.conf, changing it from local.conf to conf/local.conf
  2022-04-04  8:13 ` [docs] " Quentin Schulz
@ 2022-04-04 11:35   ` Abongwa Amahnui Bonalais
  0 siblings, 0 replies; 3+ messages in thread
From: Abongwa Amahnui Bonalais @ 2022-04-04 11:35 UTC (permalink / raw)
  To: docs

[-- Attachment #1: Type: text/plain, Size: 32 bytes --]

Thanks I'll do that right away

[-- Attachment #2: Type: text/html, Size: 38 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-04 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 16:36 [PATCH] added precise directory for local.conf, changing it from local.conf to conf/local.conf Abongwa Amahnui Bonalais
2022-04-04  8:13 ` [docs] " Quentin Schulz
2022-04-04 11:35   ` Abongwa Amahnui Bonalais

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.