On Mon, Jul 29, 2013 at 11:05 AM, Otavio Salvador
<[email protected]> wrote:
> On Mon, Jul 29, 2013 at 10:42 AM, Toby Flynn <[email protected]> 
> wrote:
>> I have a fix that builds a image, but is not tested on hardware so I cannot
>> submit a tested patch.  The line FILES_libvivante-dri-mx6 =
>> "${libdir}/dri/vivante_dri.so" fails because the file
>> ${libdir}/dri/vivante_dri.so is not present.
>> I added 2 lines to do_install to copy vivante_dri.so to /usr/lib/dri so that
>> the final first few lines would be:
>> install -d ${D}${libdir}
>>     install -d ${D}${libdir}/dri
>>     install -d ${D}${includedir}
>>
>>     cp -a ${S}/usr/lib/*.so* ${D}${libdir}
>>     cp -a ${S}/usr/lib/dri/*.so* ${D}${libdir}/dri
>>     cp -axr ${S}/usr/include/* ${D}${includedir}
>>     cp -axr ${S}/opt ${D}
>> I am not sure if it is correct to fix this or remove the dependency
>
> The root cause of this is the wayland support. I will provide a patch for 
> this.

I am sending this patch right now.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to