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 <clar...@kergoth.com> wrote: > > > On Wed, Apr 27, 2016 at 9:11 AM, Ulf Magnusson <ulfali...@gmail.com> wrote: >> >> I'm trying to get a feel for how BitBake infers task dependencies. The >> easiest

[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

Re: [yocto] Detecting missing build dependencies

2016-01-27 Thread Ulf Magnusson
On Wed, Jan 27, 2016 at 3:59 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On 27 January 2016 at 14:45, Ulf Magnusson <ulfali...@gmail.com> wrote: >> ... > See openembedded-core/scripts/test-dependencies.sh but it basically > automates rebuilding recipes afte

[yocto] Detecting missing build dependencies

2016-01-27 Thread Ulf Magnusson
Hello, If a recipe has a missing build dependency that the sysroot just happens to contain anyway from an earlier build, then the build will succeed only to fail later when the sysroot no longer has the build dependency. We want to avoid that, so we're looking for ways to automatically check for

Re: [yocto] Mapping root filesystem files back into packages

2016-01-20 Thread Ulf Magnusson
On Tue, Jan 19, 2016 at 6:03 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Tue, 19 Jan 2016 13:01:20 Ulf Magnusson wrote: >> On Tue, Jan 19, 2016 at 10:20 AM, Paul Eggleton >> >> <paul.eggle...@linux.intel.com> wrote: >> > On Tue

Re: [yocto] Mapping root filesystem files back into packages

2016-01-19 Thread Ulf Magnusson
On Tue, Jan 19, 2016 at 10:20 AM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Tue, 19 Jan 2016 08:31:09 Ulf Magnusson wrote: >> On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton >> <paul.eggle...@linux.intel.com> wrote: >> > On Mon, 18 J

[yocto] Mapping root filesystem files back into packages

2016-01-18 Thread Ulf Magnusson
Hello, To support an in-house packaging format, we need to partition the root filesystem into a number of packages (called "internal packages" from here on to avoid confusion), where each internal package corresponds to a number of (e.g. IPK) packages. The way this is currently done is by

Re: [yocto] Mapping root filesystem files back into packages

2016-01-18 Thread Ulf Magnusson
On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > Hi Ulf, > > On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: >> To support an in-house packaging format, we need to partition the root >> filesystem into a number of packages (call