Re: [OE-core] [PATCH] sstate.bbclass: fix errors about read-only sstate mirrors

2021-06-25 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Michael Ho > Sent: den 24 juni 2021 12:40 > To: openembedded-core@lists.openembedded.org > Cc: Michael Ho > Subject: [OE-core] [PATCH] sstate.bbclass:

[OE-core] [PATCH] sstate.bbclass: fix errors about read-only sstate mirrors

2021-06-24 Thread Michael Ho
From: Michael Ho If a read-only sstate mirror is used in conjunction with hash equiv, then OSError will be raised when an sstate-cache hit is achieved. This is because sstate_task_postfunc will try to "touch" the symlinks that point to the read-only sstate mirror when sstate_report_unihash has c