imx-morty with python-qt

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

imx-morty with python-qt

717 Views
erikraynolds
Contributor III

Dears,

per Yocto build from fsl-arm-yocto-bsp.git - i.MX Linux BSP Release Yocto Project manifests of imx-morty bramch I aahve built fsl-image-qt5 image, I need to add qt5 python support, how to add to the image?

Modifying local.conf not works

IMAGE_INSTALL_append += "python-qt" or "python-qt"

How to add python QT5 support?

  

Labels (1)
Tags (2)
0 Kudos
3 Replies

530 Views
joanxie
NXP TechSupport
NXP TechSupport

how about using "python-core"?

0 Kudos

530 Views
erikraynolds
Contributor III

How does it help to have "python-core"?

0 Kudos

530 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Erik,

I am not sure if the package for python to work with qt5 is available. I used the following, but as you can see it qt4.

IMAGE_INSTALL_append += "\
python-pyqt \
python-numpy \
python-pip \
packagegroup-core-qt4e \
"

You can look for the available packages using bitbake -s | grep python


Regards,
Carlos
NXP Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos