From: Michael Opdenacker Date: Wed, 9 Mar 2022 09:44:42 +0000 (+0100) Subject: local.conf.sample: fix reference to extended configuration sample X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=75e93875924d3ef4c94e8cb5069777d45a3154f2;p=openembedded-core.git local.conf.sample: fix reference to extended configuration sample The file name is local.conf.sample.extended, not local.conf.extended Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- 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