1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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

The file name is local.conf.sample.extended, not local.conf.extended

(From meta-yocto rev: dfff8de96dcbb6ea35f638a07c34cf5578e8d043)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-03-09 10:44:42 +01:00
committed by Richard Purdie
parent 6982839605
commit 79168e8c19
+4 -3
View File
@@ -2,9 +2,10 @@
# This file is your local configuration file and is where all local user settings # 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 # 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 # 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 # be set in this file. More adventurous users can look at
# which contains other examples of configuration which can be placed in this file # local.conf.sample.extended which contains other examples of configuration which
# but new users likely won't need any of them initially. # 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 # 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 # default values are provided as comments to show people example syntax. Enabling