]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Fix rebuilds when changing layer config
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Aug 2021 12:47:21 +0000 (13:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Aug 2021 12:47:32 +0000 (13:47 +0100)
commit09725a29365c69ccbd603fe3a1de72189f26d5ac
treee09074485475e0bfc38cc7fc27d8bc5d2dd71b41
parentbc4ee5453560dcefc4a4ecc5657df5cc1666e153
sstate: Fix rebuilds when changing layer config

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass