summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-01-29 03:27:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 18:42:35 +0000
commit6279cc02b0e3c96131a7e817148071d721b40473 (patch)
tree4ebd5bd40a081b8d3bd0f02239d45efde8fd493d /meta-poky
parentfc5cdce9b901942b99979420a9e1227e06451cce (diff)
downloadpoky-6279cc02b0e3c96131a7e817148071d721b40473.tar.gz
local.conf.sample: Remove unnecessary \n from the SSTATE_MIRRORS example
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in SSTATE_MIRRORS with "\n". (From meta-yocto rev: 3709d06d5ad9421831d275bf1ed938e8de660906) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 7bdbba06b1..dc7891988f 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -214,7 +214,7 @@ BB_DISKMON_DIRS ??= "\
214# at the end as shown in the examples below. This will be substituted with the 214# at the end as shown in the examples below. This will be substituted with the
215# correct path within the directory structure. 215# correct path within the directory structure.
216#SSTATE_MIRRORS ?= "\ 216#SSTATE_MIRRORS ?= "\
217#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 217#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
218#file://.* file:///some/local/dir/sstate/PATH" 218#file://.* file:///some/local/dir/sstate/PATH"
219 219
220# 220#