[poky] [PATCH 0/5] another series of sstate enhancement

Kevin Tian kevin.tian at intel.com
Mon Nov 22 22:40:36 PST 2010


This includes some bug fixes and enhancements on both checksum calculation and
bitbake-diffsigs tool. With those fixes, two sato builds with same source tree 
can fully reuse sstate packages except final rootfs genaration, while two builds
with different source tree (same content) still have several mismatches left.

For the shell variables, I adopted Richard's suggestion to simply whitelist 
them for now. That way allows wider test on sstate feature.

Remaining works:
  o better shell variable handling
  o gcc/libc bootstrap investigation
  o more incremental based tests
  o so far the setscene stage is still a bit slow. need understand whether it's
    desired due to vast disk operations

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 at intel.com>
---


Kevin Tian (5):
  poky.conf: add more hash whitelist
  siggen.py: set 'runtaskdeps' correctly
  siggen.py: fix python error when comparing sstate generated from
    different srcpath
  siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST
  poky.conf: whitelist shell variables which are volatile to build
    system

 bitbake/lib/bb/siggen.py   |   42 ++++++++++++++++++++++++++----------------
 meta/conf/distro/poky.conf |    3 ++-
 2 files changed, 28 insertions(+), 17 deletions(-)




More information about the poky mailing list