imx-morty with python-qt

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx-morty with python-qt

749件の閲覧回数
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?

  

ラベル(1)
タグ(2)
0 件の賞賛
3 返答(返信)

562件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

how about using "python-core"?

0 件の賞賛

562件の閲覧回数
erikraynolds
Contributor III

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

0 件の賞賛

562件の閲覧回数
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 件の賞賛