Hello,
Actually i’am working on a modbus stack and i need to add pyserial and pymodbus recipes for the version of meta-swi (Dizzy) can some one provide me those recipes please
lotam
June 30, 2018, 2:33am
2
Maybe you can refer to below to build and include these Python recipes:
Hello Isabel,
The steps needed to add python packages in your custom Linux image with Yocto:
in the mdm9x15-image.inc file (If your taget is wp85), add python “core” package
IMAGE_INSTALL += " python"
To add more python packages (optionals, depending on your needs):
IMAGE_INSTALL += " python-threading
python-math
python-io
python-pickle
etc…"
Idem with nodejs.
IMAGE_INSTALL += " nodejs"
Best regards,
Sylvain
Hope it helps.