Hi

With distro "fslc-x11" and fsl-image-multimedia-full X errors out at boot
time with the following error message:

/usr/bin/Xorg: symbol lookup error:
/usr/lib/xorg/modules/drivers/vivante_drv.so: undefined symbol: g2d_open

Preloading the libg2d-viv.so library fixes it, so I guess that at link time
the linkier is not given the complete list of shared objects to link.

The following lets X start, however LD_PRELOAD is IMHO not a solution.

root@apalis-imx6:~# mv /usr/bin/xinit /usr/bin/xinit.bin
root@apalis-imx6:~# echo 'LD_PRELOAD=/usr/lib/libg2d-viv.so xinit.bin $@' >
/usr/bin/xinit
root@apalis-imx6:~# chmod ugo+x
/usr/bin/xinit


Did someone see this also?
Is anyone working on this?

Regards
Max
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to