local.conf.sample: fix reference to extended configuration sample

Message ID 20220309094442.606175-1-michael.opdenacker@bootlin.com
State Accepted, archived
Commit 75e93875924d3ef4c94e8cb5069777d45a3154f2
Headers show
Series local.conf.sample: fix reference to extended configuration sample | expand

Commit Message

Michael Opdenacker March 9, 2022, 9:44 a.m. UTC
The file name is local.conf.sample.extended, not local.conf.extended

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 meta/conf/local.conf.sample | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Quentin Schulz March 10, 2022, 10:19 a.m. UTC | #1
Hi Michael,

On 3/9/22 10:44, Michael Opdenacker via lists.openembedded.org wrote:
> The file name is local.conf.sample.extended, not local.conf.extended
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

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

Thanks!
Quentin

Patch

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 82efc2c4f5..1edbb73987 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -2,9 +2,10 @@ 
 # This file is your local configuration file and is where all local user settings
 # are placed. The comments in this file give some guide to the options a new user
 # to the system might want to change but pretty much any configuration option can
-# be set in this file. More adventurous users can look at local.conf.extended
-# which contains other examples of configuration which can be placed in this file
-# but new users likely won't need any of them initially.
+# be set in this file. More adventurous users can look at
+# local.conf.sample.extended which contains other examples of configuration which
+# can be placed in this file but new users likely won't need any of them
+# initially.
 #
 # Lines starting with the '#' character are commented out and in some cases the
 # default values are provided as comments to show people example syntax. Enabling