[bitbake-devel] bitbake-worker: where the data come from in handle_runtask?

Du Dengke pinganddu90 at gmail.com
Fri Mar 3 08:41:05 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20170303/2fb91866/attachment-0002.html>


More information about the bitbake-devel mailing list