Re: [yocto] SDK creation

2013-04-03 Thread Navani Srivastava
Thanks for your reply.. It worked.. On Apr 3, 2013 12:58 PM, "Paul Eggleton" wrote: > On Friday 15 March 2013 14:12:45 Navani Srivastava wrote: > > I tried giving > > PREFERRED_PROVIDER_qt4_embedded ?= "4.8.1" > > > > in machine configuration file but it didn't helped.. > > Any suggestions? > > T

Re: [yocto] SDK creation

2013-04-03 Thread Paul Eggleton
On Friday 15 March 2013 14:12:45 Navani Srivastava wrote: > I tried giving > PREFERRED_PROVIDER_qt4_embedded ?= "4.8.1" > > in machine configuration file but it didn't helped.. > Any suggestions? This should be PREFERRED_VERSION_qt4-embedded = "4.8.1" (note VERSION not PROVIDER, qt4-embedded not

Re: [yocto] SDK creation

2013-03-17 Thread Navani Srivastava
Hi all, Adding below lines helped.. PREFERRED_VERSION_qt4-embedded = "4.8.1" I was changing qt configuration options so was getting that error even after adding mentioned lines.. Thanks for the help Thanks and Regards Navani On Mar 15, 2013 12:17 PM, "Prana" wrote: > Try adding this to your

Re: [yocto] SDK creation

2013-03-17 Thread Navani Srivastava
Hi, Thanks for your reply.. But including this option didn't helped me.. On Mar 15, 2013 12:17 PM, "Prana" wrote: > Try adding this to your machine.conf > > PREFERRED_VERSION_qt4-embedded = "4.8.1" > > Thx, > > Prana > > > Sent from my iPhone > > On Mar 15, 2013, a

Re: [yocto] SDK creation

2013-03-15 Thread Navani Srivastava
Hi, I tried giving PREFERRED_PROVIDER_qt4_embedded ?= "4.8.1" in machine configuration file but it didn't helped.. Any suggestions? On Mar 15, 2013 12:31 PM, "Khem Raj" wrote: > > On Mar 15, 2013, at 12:06 AM, Navani Srivastava < > navani.srivast...@gmail.com> wrote: > > Hi, > > I wish to cre

Re: [yocto] SDK creation

2013-03-15 Thread Khem Raj
On Mar 15, 2013, at 12:06 AM, Navani Srivastava wrote: > Hi, > > I wish to create SDK with meta-toolchain-qte recipe. As two versions are > provided by Poky-8.0. How can I direct compilation of SDK for > qt4-embedded_4.8.1.bb ? > > use PREFERRED_VERSION to pin qt4-embedded to 4.8.1 >

Re: [yocto] SDK creation

2013-03-15 Thread Prana
Try adding this to your machine.conf PREFERRED_VERSION_qt4-embedded = "4.8.1" Thx, Prana Sent from my iPhone On Mar 15, 2013, at 12:06 AM, Navani Srivastava wrote: > Hi, > > I wish to create SDK with meta-toolchain-qte recipe. As two versions are > provided by Poky-8.0. How can I direct co

[yocto] SDK creation

2013-03-15 Thread Navani Srivastava
Hi, I wish to create SDK with meta-toolchain-qte recipe. As two versions are provided by Poky-8.0. How can I direct compilation of SDK for qt4-embedded_4.8.1.bb ? Right now I am getting following error- ERROR: Multiple .bb files are due to be built which each provide qt4-embedded (/home/use