All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake-worker: where the data come from in handle_runtask?
@ 2017-03-03  8:41 Du Dengke
  2017-03-03 10:00 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Du Dengke @ 2017-03-03  8:41 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 836 bytes --]

Hi bitbake-devel

In file bitbake-worker, the function handle_runtask:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fn, task, taskname, quieterrors, appends, taskdepdata, dry_run_exec =
pickle.loads(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

why the "pickle.loads(data)" return 7 results, before this commit:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58f08429 (Paul Eggleton      2016-12-16 07:09:13 +1300 428)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

it returns 6 results:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fn, task, taskname, quieterrors, appends, taskdepdata = pickle.loads(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

where the data come from, I want to forcus on the taskdepdata.

Thanks
pad

[-- Attachment #2: Type: text/html, Size: 1120 bytes --]

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

end of thread, other threads:[~2017-03-03 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-03  8:41 bitbake-worker: where the data come from in handle_runtask? Du Dengke
2017-03-03 10:00 ` 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.