All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix weird rebuild issue even when sstate signature doesn't change
@ 2010-12-14 13:40 Kevin Tian
  2010-12-15  9:12 ` Richard Purdie
  0 siblings, 1 reply; 14+ messages in thread
From: Kevin Tian @ 2010-12-14 13:40 UTC (permalink / raw)
  To: poky, paul.eggleton, rpurdie

This patch is to fix one weird issue I've keeping seeing recently when using sstate.
Even with a minimal build, there're around 50 recipes rebuilt from scratch even though
sstate packages in sstate_cache do match. Actually the end result is to just overwrite
sstate packages again with same sigature for those recipes.
https://lists.yoctoproject.org/pipermail/poky/2010-December/001063.html

The cause for this mess is from misinterpretation of the index of a list, which then
points to wrong setscene tasks instead of desired ones. The end result is that some
tasks which don't need execution are scheduled while other setscene tasks which need
run are simply skipped.

It's based on Paul's sstate branch.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: tk/sstate
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/sstate

Thanks,
    Kevin Tian <kevin.tian@intel.com>
---


Kevin Tian (1):
  runqueue.py: use correct task ID when checking validity of setscene
    tasks

 bitbake/lib/bb/runqueue.py |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)



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

end of thread, other threads:[~2010-12-20 21:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 13:40 [PATCH 0/1] Fix weird rebuild issue even when sstate signature doesn't change Kevin Tian
2010-12-15  9:12 ` Richard Purdie
2010-12-15 11:12   ` Tian, Kevin
2010-12-15 16:10   ` Gary Thomas
2010-12-15 16:17     ` Paul Eggleton
2010-12-16  1:43     ` Tian, Kevin
2010-12-16  8:45     ` Tian, Kevin
2010-12-16  9:48       ` about 'noexec' message Tian, Kevin
2010-12-16 15:19         ` Richard Purdie
2010-12-17  2:48           ` Tian, Kevin
2010-12-17  4:23           ` Tian, Kevin
2010-12-20 15:04             ` Richard Purdie
2010-12-16 15:29       ` [PATCH 0/1] Fix weird rebuild issue even when sstate signature doesn't change Richard Purdie
2010-12-20 21:23     ` Richard Purdie

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.