Python receipts in Legato

Hello all
receipts for python and nodejs are available in Legaro plataform
python-pip_1.3.1.bb in the layer Meta-python and also Nodejs, Meta-oe (nodejs_0.8.18.bb) but they are not availble as a resource in Legato. Whart is the reason?

How the pip receipt can be update?

What will be the procedure for the customer to use python and Node js with Legato plataform?

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