]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-dev: Include the worker's PID in events
authorRob Bradford <rob@linux.intel.com>
Tue, 21 Oct 2008 14:33:38 +0000 (15:33 +0100)
committerRob Bradford <rob@linux.intel.com>
Tue, 21 Oct 2008 14:51:32 +0000 (15:51 +0100)
commitf51afdc7b6b9cbdcdc32f5b9ed3f60a16e77b82f
tree217e81ea62069d258de885b45a3c140875c39a1e
parente1155bcd797b1fde9f6d1ee3cbdae61a022d8382
bitbake-dev: Include the worker's PID in events

When the runqueue forks off we save the pid inside the event module for that
thread. When we next fire an event then that PID gets included in the events.
bitbake-dev/lib/bb/event.py
bitbake-dev/lib/bb/runqueue.py