Re: [yocto] Dumping (inferred) do_task[vardeps] for some do_task

2016-04-27 Thread Ulf Magnusson
On Wed, Apr 27, 2016 at 6:19 PM, Christopher Larson wrote: > > > On Wed, Apr 27, 2016 at 9:11 AM, Ulf Magnusson wrote: >> >> I'm trying to get a feel for how BitBake infers task dependencies. The >> easiest way (but I'm open to suggestions) seems to be

Re: [yocto] Dumping (inferred) do_task[vardeps] for some do_task

2016-04-27 Thread Christopher Larson
On Wed, Apr 27, 2016 at 9:11 AM, Ulf Magnusson wrote: > I'm trying to get a feel for how BitBake infers task dependencies. The > easiest way (but I'm open to suggestions) seems to be to dump the > value of do_task[vardeps] for a particular recipe after the inferred >

[yocto] Dumping (inferred) do_task[vardeps] for some do_task

2016-04-27 Thread Ulf Magnusson
Hello, I'm trying to get a feel for how BitBake infers task dependencies. The easiest way (but I'm open to suggestions) seems to be to dump the value of do_task[vardeps] for a particular recipe after the inferred dependencies are added. What's a good way to dump do_task[vardeps]? I tried using