From 7e6fed6af77aa66d51117a6b525da55168111e4d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Jul 2022 20:01:04 +0200 Subject: [PATCH] conf/local.conf.sample: mention site.conf.sample as well (From meta-yocto rev: 0376002951907018b7be76ec7e34322157f8c313) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index c91d0dcb5e..b96dc908f4 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -5,7 +5,8 @@ # 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. +# initially. There's also site.conf.sample which contains examples of site specific +# information such as proxy server addresses. # # 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