Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-29 Thread Mark Hatle
On 6/29/11 2:17 AM, O'donoghue, Bryan wrote: > Saul, Richard. > > Thanks for the suggestions re: building the whole thing from scratch. > > In a previous life using openembedded our solutions for slow builds were an > array of ASSUME_PROVIDEDs. I'll try the build the world approach instead ! >

Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-29 Thread O'donoghue, Bryan
Saul, Richard. Thanks for the suggestions re: building the whole thing from scratch. In a previous life using openembedded our solutions for slow builds were an array of ASSUME_PROVIDEDs. I'll try the build the world approach instead ! Saul I'll send you along the logfiles off-list, one thing i

Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-29 Thread Richard Purdie
On Wed, 2011-06-29 at 08:17 +0100, O'donoghue, Bryan wrote: > Saul, Richard. > > Thanks for the suggestions re: building the whole thing from scratch. > > In a previous life using openembedded our solutions for slow builds > were an array of ASSUME_PROVIDEDs. I'll try the build the world > approa

Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-28 Thread Saul Wold
Bryan, Honestly this is not something we have tried, since we use the tools built during the bitbake process itself. The tools generated for the SDK are configured differently. I understand what you are trying to do here. Have you tried a clean generic build, ie not using the environment-se

Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-28 Thread Mark Hatle
On 6/28/11 5:50 PM, Richard Purdie wrote: > On Tue, 2011-06-28 at 18:29 +0100, O'donoghue, Bryan wrote: >> ASSUME_PROVIDED += "m4-native tcl-native gettext-native libtool-native >> quilt-native autoconf-native automake-native perl-native >> sqlite3-native tar-replacement-native pseudo-native" > >

Re: [yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-28 Thread Richard Purdie
On Tue, 2011-06-28 at 18:29 +0100, O'donoghue, Bryan wrote: > ASSUME_PROVIDED += "m4-native tcl-native gettext-native libtool-native > quilt-native autoconf-native automake-native perl-native > sqlite3-native tar-replacement-native pseudo-native" I don't know about the pseudo issue, the system rea

[yocto] Getting pseudo from yocto/poky toolchain working with my build

2011-06-28 Thread O'donoghue, Bryan
Greetings list. Having a bit of an issue getting pseudo working when building poky-image-minimal @ poky-bernard-5.0.1 I'm running Debian 6.0.1. I've attempted to set up as many of the native packages as possible, to reduce compile time and I'm also using the yocto supplied gcc toolchain. http