[meta-freescale] [meta-fsl-arm PATCH v3 12/13] xf86-dri-vivante: Fix DRI module name

Otavio Salvador otavio at ossystems.com.br
Mon Apr 15 09:15:57 PDT 2013


On Mon, Apr 15, 2013 at 12:30 PM, Daiane Angolini
<daiane.angolini at freescale.com> wrote:
> On 04/15/2013 08:52 AM, Otavio Salvador wrote:
>>
>> The Xorg Vivante driver has a hardcoded module name as 'vivante_dri'
>> so we need to rename it for full Xorg acceleration to work.
>>
>> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
>> ---
>> Changes in v3: None
>> Changes in v2: None
>>
>>   recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
>> b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
>> index 975041d..6e8f8db 100644
>> --- a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
>> +++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
>> @@ -30,6 +30,10 @@ do_install_append () {
>>
>>       # FIXME: don't install libtool (*.la) file
>>       rm ${D}${libdir}/xorg/modules/extensions/*.la
>> +
>> +    # FIXME: The Xorg driver has a hardcoded library name
>> +    mv ${D}${libdir}/xorg/modules/extensions/libdri.so \
>> +       ${D}${libdir}/xorg/modules/extensions/libvivante_dri.so
>
>
> I think you can use a symbolic link instead (as someone else has already
> pointed before in the ML).

This makes it harder to have regular libdri.so packaged in same rootfs
in future. With the support for multiple CPUs in a single kernel (as
done in mainline) this should be started to be considered.


--
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



More information about the meta-freescale mailing list