diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-15 12:28:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-15 12:28:57 +0000 |
commit | 3a45697a1838bad87039d1d3bd44d6de5f1e2e9d (patch) | |
tree | f7e246b1c357616b3156d7125e10d7163652633f /meta | |
parent | 22e16f44b58ae6bbf719b9074d39aac065a402f1 (diff) | |
download | openembedded-core-3a45697a1838bad87039d1d3bd44d6de5f1e2e9d.tar.gz openembedded-core-3a45697a1838bad87039d1d3bd44d6de5f1e2e9d.tar.bz2 openembedded-core-3a45697a1838bad87039d1d3bd44d6de5f1e2e9d.zip |
local.conf.sample: Enhance the SSTATE_MIRRORS example
By using downloadfilename in the url, symlinks in the download
directory can be avoided and hence directories with large numbers
of files are less likely.
[YOCTO #3220]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 859eb93faf..18de2ddd7f 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -214,7 +214,7 @@ BB_DISKMON_DIRS = "\ # at the end as shown in the examples below. This will be substituted with the # correct path within the directory structure. #SSTATE_MIRRORS ?= "\ -#file://.* http://someserver.tld/share/sstate/PATH \n \ +#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |