How to add qtwebengine to yocto?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add qtwebengine to yocto?

3,561 Views
sujay1
Contributor V

I'm trying to integrate a browser to my yocto rootfs, I am using linuxfb as the platform and not x11 or wayland which makes adding chromiuim browser impossible (please correct me if I'm wrong).

Therefore on trying to add qtwebengine:

I modified my local.conf with the line

IMAGE_INSTALL_append = "qtwebengine"

and now built the rootfs using:

bitbake fsl-image-qt5-validation-imx

but it throws an error saying

ERROR: Task (~/yocto_4_9_88_qt/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_compile) failed with exit code '1

I've installed all necessary packages as mentioned in iMX_Yocto_Project_User_guide

do I need to modify the qtdeclarative_git.bb file?

I've attached the error log and the.bb file please have a look.

0 Kudos
2 Replies

3,223 Views
sujay1
Contributor V

Nope same error is there any other way to get a browser working on linuxfb platform?

0 Kudos

3,223 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Sujay S,

Have you tried with the configuration shared on the following thread?

https://community.nxp.com/message/1064884?commentID=1064884#comment-1064884

Please let us know if the problem continues.

Regards,

0 Kudos