All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus][ 0/2] Fix for two issues related to sstate-cache
@ 2020-05-13 15:24 Mark Hatle
  2020-05-13 15:24 ` [zeus][ 1/2] sstatesig: Optimise get_taskhash for hashequiv Mark Hatle
  2020-05-13 15:24 ` [zeus][ 2/2] sstate.bbclass: When siginfo or sig files are missing, stop fetcher errors Mark Hatle
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2020-05-13 15:24 UTC (permalink / raw)
  To: openembedded-core

Patch 1 is a backport from master (it's already in Dunfell).  If you have a
locked-sigs file, and the sstate for that item isn't available the .siginfo and
sigdata files were not being written.  Patch 1/2 resolved that with the
fragment in "dump_sigtask".

Patch 2 was sent for master as well, and this is just to get it applied to
Zeus.  Due to problem #1, we were generating sstate-cache that did not have
siginfo files.  Due to this we were getting failures later on using that
sstate-cache in a subsequent build.  This patch ensures if this happens
again (of if someone intentionally strips those) it won't fail.

Mark Hatle (1):
  sstate.bbclass: When siginfo or sig files are missing, stop fetcher
    errors

Richard Purdie (1):
  sstatesig: Optimise get_taskhash for hashequiv

 meta/classes/sstate.bbclass |  6 +++++-
 meta/lib/oe/sstatesig.py    | 13 +++++++++++--
 2 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-13 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 15:24 [zeus][ 0/2] Fix for two issues related to sstate-cache Mark Hatle
2020-05-13 15:24 ` [zeus][ 1/2] sstatesig: Optimise get_taskhash for hashequiv Mark Hatle
2020-05-13 15:24 ` [zeus][ 2/2] sstate.bbclass: When siginfo or sig files are missing, stop fetcher errors Mark Hatle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.