All of lore.kernel.org
 help / color / mirror / Atom feed
* Python Math Module
@ 2012-01-01  2:43 Pedro Algarvio
  0 siblings, 0 replies; 6+ messages in thread
From: Pedro Algarvio @ 2012-01-01  2:43 UTC (permalink / raw)
  To: yocto

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've started to port the Mini2440 openembedded layer found at
http://code.google.com/p/mini2440/ and also PySide from Angstrom or
the old OpenEmbedded layers I think(can't remember now).

My layers can be found at http://dev.ufsoft.org/projects/yocto

I found out while porting PySide's examples that python does not ship
with it's math module, is there a specific reason why?

I need to add that I'm pretty new to all this, so I might be doin'
things the wrong way...

Anyway, any pointers on how to add the python's math module to an
image is more than welcome, I'd like to include it as a dependency for
the pyside examples bb script.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJO/8hIAAoJEEmUWh2cVYAJ19EIAM/pGdSmMTTXCB8jDeHv5XgE
pUjXojy7GwqiP5nj03cFu/Ts/ydd9UbgVk5oojzw3GcVauW9yBQwnlvShfIwTFUd
xL6mDrzeRYnuZDL5QdMJD5gWqwE2ZFM2f0k6lF18Q0iQMEB9yPOT0VIGDRNSbQqg
uZH+D/9btQgoYgsliToRCXXsU6rHvTqxIa0+te8Zl+n9R3tJYUnYOGllXKsRMPI8
+ibknG+FB9YT7F7C5IYH23P2xHG9RT6pelhK+QAmKGQ99QJBVG8T3pAXymsQ2pta
gMj2QlMnUegy+NWCk0npWzW6DnSVnK3zsWJsTKm1Jn10b662KlMSVGk6jQIxeRw=
=7z0t
-----END PGP SIGNATURE-----


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

* Python Math Module
@ 2012-01-02 19:07 Pedro Algarvio
  2012-01-04  5:58 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Pedro Algarvio @ 2012-01-02 19:07 UTC (permalink / raw)
  To: yocto

I've started to port the Mini2440 openembedded layer found at
http://code.google.com/p/mini2440/ and also PySide from Angstrom or
the old OpenEmbedded layers I think(can't remember now).

My layers can be found at http://dev.ufsoft.org/projects/yocto

I found out while porting PySide's examples that python does not ship
with it's math module, is there a specific reason why?

I need to add that I'm pretty new to all this, so I might be doin'
things the wrong way...

Anyway, any pointers on how to add the python's math module to an
image is more than welcome, I'd like to include it as a dependency for
the pyside examples bb script.


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

* Re: Python Math Module
  2012-01-02 19:07 Python Math Module Pedro Algarvio
@ 2012-01-04  5:58 ` Khem Raj
  2012-01-04 13:32   ` Pedro Algarvio
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-01-04  5:58 UTC (permalink / raw)
  To: Pedro Algarvio; +Cc: yocto

On (02/01/12 19:07), Pedro Algarvio wrote:
> I've started to port the Mini2440 openembedded layer found at
> http://code.google.com/p/mini2440/ and also PySide from Angstrom or
> the old OpenEmbedded layers I think(can't remember now).
> 
> My layers can be found at http://dev.ufsoft.org/projects/yocto
> 
> I found out while porting PySide's examples that python does not ship
> with it's math module, is there a specific reason why?

add RDEPENDS_${PN} += "python-math" to your  pyside recipe

> 
> I need to add that I'm pretty new to all this, so I might be doin'
> things the wrong way...
> 
> Anyway, any pointers on how to add the python's math module to an
> image is more than welcome, I'd like to include it as a dependency for
> the pyside examples bb script.
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
-Khem


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

* Re: Python Math Module
  2012-01-04  5:58 ` Khem Raj
@ 2012-01-04 13:32   ` Pedro Algarvio
  2012-01-04 13:36     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Pedro Algarvio @ 2012-01-04 13:32 UTC (permalink / raw)
  To: yocto

First of all, Thanks!

So basically, for a smaller space, python is split into several
packages, how can I known which packages exist?

Look at it's recipe?

Best Regards,
Pedro Algarvio.

On 04/01/12 05:58, Khem Raj wrote:
> On (02/01/12 19:07), Pedro Algarvio wrote:
>> I've started to port the Mini2440 openembedded layer found at
>> http://code.google.com/p/mini2440/ and also PySide from Angstrom or
>> the old OpenEmbedded layers I think(can't remember now).
>>
>> My layers can be found at http://dev.ufsoft.org/projects/yocto
>>
>> I found out while porting PySide's examples that python does not ship
>> with it's math module, is there a specific reason why?
> 
> add RDEPENDS_${PN} += "python-math" to your  pyside recipe
> 
>>
>> I need to add that I'm pretty new to all this, so I might be doin'
>> things the wrong way...
>>
>> Anyway, any pointers on how to add the python's math module to an
>> image is more than welcome, I'd like to include it as a dependency for
>> the pyside examples bb script.
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> 


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

* Re: Python Math Module
  2012-01-04 13:32   ` Pedro Algarvio
@ 2012-01-04 13:36     ` Martin Jansa
  2013-09-09 18:05       ` jfc
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2012-01-04 13:36 UTC (permalink / raw)
  To: Pedro Algarvio; +Cc: yocto

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

On Wed, Jan 04, 2012 at 01:32:32PM +0000, Pedro Algarvio wrote:
> First of all, Thanks!
> 
> So basically, for a smaller space, python is split into several
> packages, how can I known which packages exist?
> 
> Look at it's recipe?

Usually yes, in this case it's a bit more complicated, because important
line in recipe
require python-${PYTHON_MAJMIN}-manifest.inc

and in 
meta/recipes-devtools/python/python-2.7-manifest.inc
you'll find python-math and other python subpackages

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: Python Math Module
  2012-01-04 13:36     ` Martin Jansa
@ 2013-09-09 18:05       ` jfc
  0 siblings, 0 replies; 6+ messages in thread
From: jfc @ 2013-09-09 18:05 UTC (permalink / raw)
  To: yocto

Martin Jansa <martin.jansa@...> writes:

> 
> On Wed, Jan 04, 2012 at 01:32:32PM +0000, Pedro Algarvio wrote:
> > First of all, Thanks!
> > 
> > So basically, for a smaller space, python is split into several
> > packages, how can I known which packages exist?
> 

Hi

bitbake -e python | grep "PACKAGES"

Correct?

Good luck

PF: testing post.gname.org




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

end of thread, other threads:[~2013-09-09 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 19:07 Python Math Module Pedro Algarvio
2012-01-04  5:58 ` Khem Raj
2012-01-04 13:32   ` Pedro Algarvio
2012-01-04 13:36     ` Martin Jansa
2013-09-09 18:05       ` jfc
  -- strict thread matches above, loose matches on Subject: below --
2012-01-01  2:43 Pedro Algarvio

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.