Add Qt sqlite driver, occur qtwebengine error

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

Add Qt sqlite driver, occur qtwebengine error

2,020 Views
leavs
Contributor IV

I want to add qt sqlite driver on yocto imx6 linux3.14.52, i add PACKAGECONFIG in conf/local.conf, like follow:

 

PACKAGECONFIG_append_pn-qtbase = " sql-sqlite"

 

when i "bitbake fsl-image-qt5", the error occurs follow:

169471_169471.pngpastedImage_1.png

but when i delete the PACKAGECONFIG_append_pn-qtbase = " sql-sqlite"  in conf/local.conf, then "bitbake fsl-image-qt5", it is ok.

Is there the correlation  between qt sqlite and qtwebengine?
How can i do to correct the problem? Anybody can help?

 

Attach is the whole log.

Original Attachment has been moved to: log.do_compile.14647.zip

Labels (1)
0 Kudos
Reply
2 Replies

1,553 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Leavs Llee,

You would need to look at the recipe dependencies. I couldn’t actually locate the sql-sqlite package buy there are some recipes like sqlite and sql-native. You may install these with IMAGE_INSTALL_append.

I hope this give you some ideas on alternatives to solve this issue.

Regards,

0 Kudos
Reply

1,553 Views
leavs
Contributor IV

Thanks for your replay. I just want to build in the sqlite driver, not the sqlite3 package. I test another way by modify the macro EXTRA_OECONF by change "-no-sql-sqlite" to "-qt-sql-sqlite" in qtbase-native_git.bb , then bitbake fsl-image-qt5, the same error.  i also tested another parameter "-no-libpng" to "-qt-libpng" then bitbake fsl-image-qt5, the same error occur. so i think i don't modify the macro EXTRA_OECONF, but how i can do to add the sqlite driver in the rootfs ?

0 Kudos
Reply