QT5 in YOCTO

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

QT5 in YOCTO

Jump to solution
2,939 Views
JHY
Contributor IV

Hello, I use i.MX6 sabre platform and fsl-yocto-3.10.53-1.1.0 BSP.

There is qt5everywheredemo-1.0 and some domos in BSP and it works fine for building and running.

Then I want to deploy some custom qt project, but i.MX_Linux_User's_Guide says running demos only.

Is there some references for custom qt project?

For example, how to import qtcreator's project?

I followed this article and made a excutable binary but it can not run in board with this message.

Setup QT Creator with Yocto Build

-------------------------------

QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed

QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed

untitled: cannot connect to X server

-------------------------------

And in host PC, when tring to make iconv below error is printed.

-------------------------------

$ bitbake libiconv

ERROR: Multiple .bb files are due to be built which each provide virtual/libiconv (/var/work/i.mx6/fsl-release-bsp/imx-3.10.53/sources/poky/meta/recipes-support/libiconv/libiconv_1.14.bb /var/work/i.mx6/fsl-release-bsp/imx-3.10.53/sources/poky/meta/recipes-core/eglibc/eglibc_2.19.bb).

This usually means one provides something the other doesn't and should.

-------------------------------

Labels (1)
Tags (1)
0 Kudos
1 Solution
833 Views
b36401
NXP Employee
NXP Employee

Here is a document on community regarding QT Creator installation in Yocto:

https://community.freescale.com/message/339555#339555

And here is regarding installation it in Ubuntu:

https://community.freescale.com/docs/DOC-94252

Have a great day,                                                                                                                                                                  

Victor                                                                                                                                                                             

                                                                                                                                                                                   

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
834 Views
b36401
NXP Employee
NXP Employee

Here is a document on community regarding QT Creator installation in Yocto:

https://community.freescale.com/message/339555#339555

And here is regarding installation it in Ubuntu:

https://community.freescale.com/docs/DOC-94252

Have a great day,                                                                                                                                                                  

Victor                                                                                                                                                                             

                                                                                                                                                                                   

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos