Re: [yocto] SDK and out of tree modules

2018-08-01 Thread RUSSELL PETERSON
I have started looking at this more closely and I have a few questions. Hope someone knows or has seen these issues before. 1. When running create_filtered task list I see failures. This is mainly due to the fact that the sdkbasepath getting renamed to tmp-renamed-sdk fails. I have bypassed

Re: [yocto] SDK and out of tree modules

2018-07-25 Thread RUSSELL PETERSON
So, this seems broken to me. I managed to get around this issue (sstate-control/manifest-allarch-kernel-devsrc.populate_sysroot not found?) by appending PACKAGE_EXTRA_ARCHS with the MACHINE_ARCH for my bsp. While PACKAGE_ARCHS now has a duplicate in it (it already includes MACHINE_ARCH as

Re: [yocto] SDK and out of tree modules

2018-07-24 Thread RUSSELL PETERSON
I am running Poky Rocko at the HEAD (just updated yesterday) and see the following when I attempt to build the eSDK: sstate-control/manifest-allarch-kernel-devsrc.populate_sysroot not found? I see this has been an issue with others as well. It looks like Paul had a fix around April but then

Re: [yocto] SDK and out of tree modules

2018-07-21 Thread Russell Peterson
No, just the standard SDK. I was having issues building the eSDK back when we used pyro and never fully figured it out… but we have since upgraded to rocko. I should revisit the eSDK and see if it works for me now or find the root cause since it sounds useful. Thanks, Khem. —Russ > On Jul

Re: [yocto] SDK and out of tree modules

2018-07-21 Thread Khem Raj
On Sat, Jul 21, 2018 at 6:20 AM Russell Peterson wrote: > > Hello, > > I have been building some modules using the SDK for a while now. This is > mostly for development flow purposes but we have had a few customers doing > this as well. To get this to work we always need to run “make >

[yocto] SDK and out of tree modules

2018-07-21 Thread Russell Peterson
Hello, I have been building some modules using the SDK for a while now. This is mostly for development flow purposes but we have had a few customers doing this as well. To get this to work we always need to run “make silentoldconfig scripts” inside the RFS of the SDK on the build host. Many