]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: fix reference to extended configuration sample
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Wed, 9 Mar 2022 09:44:42 +0000 (10:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2022 11:50:48 +0000 (11:50 +0000)
The file name is local.conf.sample.extended, not local.conf.extended

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 82efc2c4f52a9dd58fd07e36fed206bd04803e08..1edbb7398771541dd22197d78fafc00fa303e6e0 100644 (file)
@@ -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