]> code.ossystems Code Review - openembedded-core.git/commit
local.conf.sample: add PATH to SSTATE_MIRRORS comments
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Oct 2012 13:27:10 +0000 (14:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Oct 2012 13:40:23 +0000 (14:40 +0100)
commit40cf43c1c2fa15d0ee4bcc1226d9184747695b88
tree665bb84f9d7f0387509f56bef1d9b603139d34f0
parent7414cc6fd43249e33483684bc40c2f58d6a94c02
local.conf.sample: add PATH to SSTATE_MIRRORS comments

The shared state cache as pointed to by SSTATE_DIR by default now has
two-character subdirectories to prevent there being an issue with too
many files in the same directory; also, native sstate packages will go
into a subdirectory named using the distro ID string. If you copy the
newly structured sstate cache to a mirror location (either local or
remote) and then point to it in SSTATE_MIRRORS, you need to append
"PATH" to the end of the mirror URL so that the path used by bitbake
before the mirror substitution is appended to the path used to access
the mirror.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample