Matthew,

Please have a look at the python recipes in
http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python
Creating your own similar recipe will allow you to add the python package
to your built image, or load it an runtime as an rpm/ipk/deb.
You could add this recipe to your own layer, if it is custom and not useful
to the community.
It is possible to run pip on the target (if you added pip to your image,
e.g. IMAGE_INSTALL_append = " python-pip" is in your local.conf).


Regards,

--Tim


On Thu, Apr 2, 2015 at 12:09 PM, Matthew Karas <mkarasc...@gmail.com> wrote:

> How do I install a custom python package in yocto?  I've tried looking up
> google but nothing comes up.  On my non-target machine I just do pip
> install <package-folder>.  What do I put in my bb file?
>
> Many Thanks
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to