Re: [yocto] How to add openmp to the target image

2015-05-03 Thread Christophe Coutand cc
On 5/1/2015 11:11 PM, Khem Raj wrote: On May 1, 2015, at 12:48 AM, christophe coutand wrote: Hi Paul, Thank you for your help. replacing IMAGE_INSTALL += "libgomp libgomp-dev libgomp-staticdev" with IMAGE_INSTALL_append = " libgomp libgomp-dev libgomp-staticdev” unles

Re: [yocto] How to add openmp to the target image

2015-05-01 Thread christophe coutand
On 21.04.2015 12:12, Paul Eggleton wrote: Hi Cristophe, On Monday 20 April 2015 13:15:06 Christophe Coutand wrote: Is there a way to include the openmp library on the target image? when building the full target image for a freescale processor, I get gcc etc... installed on the target filesystem

[yocto] How to add openmp to the target image

2015-04-20 Thread Christophe Coutand
Hi, Is there a way to include the openmp library on the target image? when building the full target image for a freescale processor, I get gcc etc... installed on the target filesystem but not libgomp. It is however correctly deployed when installing the SDK on the host machine. Thanks for any in