<div dir="ltr"><div><div><div><div>Matthew,<br><br></div>Please have a look at the python recipes in <a href="http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python">http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python</a><br></div>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.<br></div><div>You could add this recipe to your own layer, if it is custom and not useful to the community.<br></div><div><br></div>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).<br><br><br></div><div>Regards,<br><br></div><div>--Tim<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 2, 2015 at 12:09 PM, Matthew Karas <span dir="ltr"><<a href="mailto:mkarascybi@gmail.com" target="_blank">mkarascybi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span>How do I install a custom python package in yocto?<span>  </span>I've tried looking up google but nothing comes up.<span>  </span>On my non-target machine I just do pip install <package-folder>.<span>  </span>What do I put in my bb file?<br><br></span></div><span>Many Thanks<br></span></div>
<br>--<br>
_______________________________________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" target="_blank">https://lists.yoctoproject.org/listinfo/yocto</a><br>
<br></blockquote></div><br></div>