Hi, i have build an image for an imx6 card (secoA62) based on this good layer https://github.com/graugans/meta-udoo (krogoth branch). All work fine but since the last version of qt 5.7, qtbase-font is not provided and now i have this error when i deploy an app :

/QFontDatabase: Cannot find font directory /usr/lib/fonts.//
//Note that Qt no longer ships fonts. Deploy some (from //http://dejavu-fonts.org//for example) or switch to fontconfig./

Apparently we need to provide fonts with yocto now. Can you advise me how i can add ttf-dejavu to the image. I have tried to add it to my local.conf like this :

IMAGE_INSTALL_append = "\

            ttf-dejavu \

"

but i have an error during the build of the image rootfs !

Can you help please ?

Mickaƫl LE STEPHAN

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to