Re: [yocto] out of tree module dependencies

2018-04-12 Thread Khem Raj
On 4/10/18 8:57 AM, RUSSELL PETERSON wrote: > I have been debugging this issue and could use some advice. > > The basic issue I see is that do_make_scripts executes and fails. I have > seen different fails but in the end it all comes back to something being > required in recipe-sysroot or

Re: [yocto] out of tree module dependencies

2018-04-10 Thread RUSSELL PETERSON
I have been debugging this issue and could use some advice. The basic issue I see is that do_make_scripts executes and fails. I have seen different fails but in the end it all comes back to something being required in recipe-sysroot or recipe-sysroot-native and it's not there. For instance

[yocto] out of tree module dependencies

2018-04-03 Thread Russell Peterson
Hello, I have some out of tree modules that I have added to my custom meta layer. Normally things work fine, however, when I modify these recipes every now and then the do_configure fails because the recipe_sysroot directory is not populated. This seems related to the kernel-build-artifacts