summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-09 10:44:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 11:51:27 +0000
commit79168e8c19dcc9bce76e196a607ec6b722f836d6 (patch)
tree3b325257f91c7160c497d75509d90debb57af427 /meta-poky
parent69828396056e4e366cc6301558e09948d56aa149 (diff)
downloadpoky-79168e8c19dcc9bce76e196a607ec6b722f836d6.tar.gz
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>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 55e90e008e..87baacac1d 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -2,9 +2,10 @@
2# This file is your local configuration file and is where all local user settings 2# This file is your local configuration file and is where all local user settings
3# are placed. The comments in this file give some guide to the options a new user 3# are placed. The comments in this file give some guide to the options a new user
4# to the system might want to change but pretty much any configuration option can 4# to the system might want to change but pretty much any configuration option can
5# be set in this file. More adventurous users can look at local.conf.extended 5# be set in this file. More adventurous users can look at
6# which contains other examples of configuration which can be placed in this file 6# local.conf.sample.extended which contains other examples of configuration which
7# but new users likely won't need any of them initially. 7# can be placed in this file but new users likely won't need any of them
8# initially.
8# 9#
9# Lines starting with the '#' character are commented out and in some cases the 10# Lines starting with the '#' character are commented out and in some cases the
10# default values are provided as comments to show people example syntax. Enabling 11# default values are provided as comments to show people example syntax. Enabling