[poky] [PATCH 0/1] fix broken sstate in fork() model

Kevin Tian kevin.tian at intel.com
Mon Dec 20 23:07:33 PST 2010


Frankly speaking I'm not very clear about which part of data requires re-initialization
and which part doesn't in the child. But one obvious difference from previous exec()
model is that environmental variables are not exported again since they're already in
the data store. Original way to pass BB_TASKHASH through env now simply breaks and thus
there's no signature in sstate packages. The fix is simple, to simply set variable 
directly, but I'm not sure whether there're other similar issues regarding to env handle
here...

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

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


Kevin Tian (1):
  runqueue.py: set BB_TASKHASH approriately after moving to fork()

 bitbake/lib/bb/runqueue.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the poky mailing list