From 75e93875924d3ef4c94e8cb5069777d45a3154f2 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 9 Mar 2022 10:44:42 +0100 Subject: [PATCH] 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 --- meta/conf/local.conf.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.40.1