[linux-yocto] How to get specific libraries in poky SDK for QT

2016-03-21 Thread Morgan Guillou
Hello, I have added in my image all the boost libraries files. On my target (Xplainedsama5d3) there is now all the libboost_***.so. That's working fine. But to compile I also want to have the libboost_***.so into the SDK output. So I added in the file meta-toolchain-qt5.bb : IMAGE_INSTALL_append

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-18 Thread Morgan Guillou
-Message d'origine- De : Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Envoyé : vendredi 15 janvier 2016 20:09 À : Morgan Guillou Cc : linux-yocto@yoctoproject.org Objet : Re: [linux-yocto] Modify the device trees for sama5d35-xplained On 16-01-15 02:00 PM, Morgan Guillou wrote: > Tha

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-18 Thread Morgan Guillou
So this should be : meta-atmel/recipes-bsp I'll try De : Bruce Ashfield [bruce.ashfi...@windriver.com] Envoyé : lundi 18 janvier 2016 20:41 À : Morgan Guillou Cc : linux-yocto@yoctoproject.org Objet : Re: [linux-yocto] Modify the device trees for sama5d35

[linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-15 Thread Morgan Guillou
I have to manually compile the dts file or is there some way to do it via "bitbake core-image-minimal" ? Thanks, Morgan. [Description : Sans titre] Morgan Guillou Tel :+33 6 87 59 16 28 Batiment Le Kerguelen 7 rue LT De Vaisseau Bourely 56100 Lorient -- ___

Re: [linux-yocto] Modify the device trees for sama5d35-xplained

2016-01-15 Thread Morgan Guillou
janvier 2016 19:43 À : Morgan Guillou; linux-yocto@yoctoproject.org Objet : Re: [linux-yocto] Modify the device trees for sama5d35-xplained On 16-01-15 01:24 PM, Morgan Guillou wrote: > I've been working with hardware sama5d35-xplained. > > I used the at91 tutorial to compile and inst