Re: [OE-core] [PATCH] sstate: Fix rebuilds when changing layer config
From: Richard Purdie <hidden>
Date: 2021-08-02 14:36:57
Also in:
yocto-docs
From: Richard Purdie <hidden>
Date: 2021-08-02 14:36:57
Also in:
yocto-docs
On Mon, 2021-08-02 at 15:30 +0200, Michael Opdenacker wrote:
Hi Richard, On 8/1/21 2:48 PM, Richard Purdie wrote:quoted
When adding a layer which changed SSTATE_EXCLUDEDEPS_SYSROOT, the state hashes were changing when they should not. This was caused by wider use of setscene_depvalid which means the dependency on the variable was seen when it was previously not. Exclude the variable since this should be be included in the hashes.I realize that this variable isn't documented in any of the manuals. Should be document it? Thank you in advance for your advice.
Yes, this should be on the list of things to document. Cheers, Richard