Struggling to get shared state mirrors to work. I can see files with the same 
file name (and therefore the same hash) in my mirror and, after a build, in my 
local sstate cache direcotry. Ala:
/storage/yocto-cache/sstate-toolchain/Ubuntu-10.04/95/sstate-bzip2-native-i686-linux-1.0.6-r5-i686-2-95b6058a3f3f35386c8593e8447c59da_populate-lic.tgz.siginfo
and
<build 
dir>/sstate-cache/Ubuntu-10.04/95/sstate-bzip2-native-i686-linux-1.0.6-r5-i686-2-95b6058a3f3f35386c8593e8447c59da_populate-lic.tgz.siginfo

bitbake-diffsigs confirms that the signatures match. I have the following in my 
local.conf:
SSTATE_MIRRORS ?= "\
file://.* file:///storage/yocto-cache/sstate-toolchain/PATH \
file://.* 
file:///storage/yocto-cache/sstate-kernel/PATH<file:///\\storage\yocto-cache\sstate-kernel\PATH>"

...and yet bitbake insists on rebuilding everything every time. I had this 
working yesterday, and today it fails again.

Any suggestions?

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to