Re: [yocto] Diagnosing mishandled dependencies

2016-01-28 Thread Khem Raj
> On Jan 28, 2016, at 8:26 AM, Gary Thomas wrote: > > I have an image recipe which depends on another package/recipe. > When I change one of the files included by that recipe (a script > that gets packaged and is mentioned in SRC_URI), I expect it to > be rebuilt and in turn

[yocto] Diagnosing mishandled dependencies

2016-01-28 Thread Gary Thomas
I have an image recipe which depends on another package/recipe. When I change one of the files included by that recipe (a script that gets packaged and is mentioned in SRC_URI), I expect it to be rebuilt and in turn the image be rebuilt (I invoke 'bitbake IMAGE') Most of the time, this works