On Mon, 2021-09-27 at 12:13 -0400, Robert P. J. Day wrote: > colleague asked me how SSTATE_MIRRORS worked, so i had to check, > followed the section here: > > http://docs.yoctoproject.org/overview-manual/concepts.html#shared-state-cache > > and in one of own builds, i moved the entire sstate-cache directory > to ~/SSTATE as is, then added the following to my site.conf: > > SSTATE_MIRRORS = " \ > file://.\* file:///home/rpjday/SSTATE/PATH \ > " > > then i removed all of /tmp in my current build, and re-ran my > bitbake command, but it seems to be doing all the standard fetching > and unpacking and so on. what clearly trivial step have i overlooked? > > rday > > p.s. i checked with "bitbake -e" that that variable seems to have the > correct value. what silliness have i done?
The other gotcha with this now is hash equivalence. If that is active, you need both the sstate data and hash equivalence data that match. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156412): https://lists.openembedded.org/g/openembedded-core/message/156412 Mute This Topic: https://lists.openembedded.org/mt/85904527/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
