Adding Python-twisted in yocto build

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

Adding Python-twisted in yocto build

644 Views
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

Labels (3)
Tags (1)
0 Kudos
1 Reply

486 Views
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 Kudos