Adding Python-twisted in yocto build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Adding Python-twisted in yocto build

1,237 次查看
sameerarvikar
Contributor III

Hi,

I have added python-twisted in local.conf

IMAGE_INSTALL_append = " python-twisted"

now when i run following command on build os on my board

pip list

I get that twisted v17.9.0 is present

but when i try to run an application which requires python twisted ,twisted asks for dependencies (hyperlink,six,autobahn,automat etc.)

so i have to download packages on my board and install them or by connecting board to internet and install twisted using pip.

How to install and ensure that all the dependencies required by python-twisted is build during yocto build itself ??

regards

标签 (3)
标记 (1)
0 项奖励
回复
1 回复

1,079 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Sameerarvikar,

Since the dependencies do not have a yocto recipe there is no straightforward way to accomplish this. You could write a recipe that installs them but it’s not implemented on the BSP.

Regards,

0 项奖励
回复