added precise directory for local.conf, changing it from local.conf to conf/local.conf

Message ID 20220401163649.20625-1-abongwabonalais@gmail.com
State New
Headers show
Series added precise directory for local.conf, changing it from local.conf to conf/local.conf | expand

Commit Message

Abongwa Bonalais April 1, 2022, 4:36 p.m. UTC
---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz April 4, 2022, 8:13 a.m. UTC | #1
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
Abongwa Bonalais April 4, 2022, 11:35 a.m. UTC | #2
Thanks I'll do that right away

Patch

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"