All of lore.kernel.org
 help / color / mirror / Atom feed
* Installing custom python packages
@ 2015-04-02 19:09 Matthew Karas
  2015-04-02 21:27 ` Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Karas @ 2015-04-02 19:09 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 336 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installing custom python packages
  2015-04-02 19:09 Installing custom python packages Matthew Karas
@ 2015-04-02 21:27 ` Tim Orling
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Orling @ 2015-04-02 21:27 UTC (permalink / raw)
  To: Matthew Karas; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]

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 <mkarascybi@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
>
>

[-- Attachment #2: Type: text/html, Size: 1782 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-02 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 19:09 Installing custom python packages Matthew Karas
2015-04-02 21:27 ` Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.