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

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

Commit Message

Abongwa Bonalais April 4, 2022, 11:58 a.m. UTC
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com>
---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Abongwa Bonalais April 4, 2022, 12:02 p.m. UTC | #1
On Mon, Apr 4, 2022 at 12:58 PM, Abongwa Amahnui Bonalais wrote:

> 
> Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com>
> ---
> 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

Hello Schulz, this is an updated patch following the instructions you gave

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"