* Re: python-netifaces in oe? [not found] <94BAA6DD-BBE2-46CE-8248-E8432BE9F242@blom.org> @ 2014-02-20 14:43 ` Martin Jansa 2014-02-24 6:23 ` Lukas Bulwahn 0 siblings, 1 reply; 9+ messages in thread From: Martin Jansa @ 2014-02-20 14:43 UTC (permalink / raw) To: Tobias Blom; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 649 bytes --] On Thu, Feb 20, 2014 at 03:35:19PM +0100, Tobias Blom wrote: > Hi Martin, Hi Tobias, > I’m working with a yocto-project and needed a python module (netifaces). I now have a recipe for this, and I just wonder if it’s of any interest push this upstream? Better to ask in openembedded-devel@lists.openembedded.org Generally good recipes are always welcome. > I’m pretty new to Yocto / OE, so I don’t really know how things works. Saw your name in the logs, and thought I’d just send an email and ask… > > By the way, thanks for your work! You're welcome -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-20 14:43 ` python-netifaces in oe? Martin Jansa @ 2014-02-24 6:23 ` Lukas Bulwahn 2014-02-24 6:26 ` Khem Raj 0 siblings, 1 reply; 9+ messages in thread From: Lukas Bulwahn @ 2014-02-24 6:23 UTC (permalink / raw) To: openembedded-devel, Tobias Blom Hi Tobias, We provide a recipe for python-netifaces in the meta-ros layer as well. In fact, a quick search on the OpenEmbedded Layer Index [1] reveals that meta-ros and meta-openstack both provide a recipe for python-netifaces. With your use case and recipe, we would have now three recipes. So, I suggest to unify all three recipes and come up with the best (complete) recipe from these three versions and add them to the meta-oe layer. We then can remove the duplicate recipes in the application layers. Lukas [1] http://layers.openembedded.org/layerindex/branch/master/recipes/?q=python-netifaces On 02/20/2014 03:43 PM, Martin Jansa wrote: > On Thu, Feb 20, 2014 at 03:35:19PM +0100, Tobias Blom wrote: >> Hi Martin, > Hi Tobias, > >> I'm working with a yocto-project and needed a python module (netifaces). I now have a recipe for this, and I just wonder if it's of any interest push this upstream? > Better to ask in openembedded-devel@lists.openembedded.org > > Generally good recipes are always welcome. > >> I'm pretty new to Yocto / OE, so I don't really know how things works. Saw your name in the logs, and thought I'd just send an email and ask... >> >> By the way, thanks for your work! > You're welcome > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 6:23 ` Lukas Bulwahn @ 2014-02-24 6:26 ` Khem Raj 2014-02-24 12:19 ` Paul Eggleton 0 siblings, 1 reply; 9+ messages in thread From: Khem Raj @ 2014-02-24 6:26 UTC (permalink / raw) To: openembeded-devel; +Cc: Tobias Blom [-- Attachment #1: Type: text/plain, Size: 1908 bytes --] On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> wrote: > Hi Tobias, > > We provide a recipe for python-netifaces in the meta-ros layer as well. In fact, a quick search on the OpenEmbedded Layer Index [1] reveals that meta-ros and meta-openstack both provide a recipe for python-netifaces. With your use case and recipe, we would have now three recipes. So, I suggest to unify all three recipes and come up with the best (complete) recipe from these three versions and add them to the meta-oe layer. We then can remove the duplicate recipes in the application layers. If these layers have dependency on meta-oe then please add the recipe there and remove from other places. > > Lukas > > [1] http://layers.openembedded.org/layerindex/branch/master/recipes/?q=python-netifaces > > > On 02/20/2014 03:43 PM, Martin Jansa wrote: >> On Thu, Feb 20, 2014 at 03:35:19PM +0100, Tobias Blom wrote: >>> Hi Martin, >> Hi Tobias, >> >>> I'm working with a yocto-project and needed a python module (netifaces). I now have a recipe for this, and I just wonder if it's of any interest push this upstream? >> Better to ask in openembedded-devel@lists.openembedded.org >> >> Generally good recipes are always welcome. >> >>> I'm pretty new to Yocto / OE, so I don't really know how things works. Saw your name in the logs, and thought I'd just send an email and ask... >>> >>> By the way, thanks for your work! >> You're welcome >> >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel [-- Attachment #2: Message signed with OpenPGP using GPGMail --] [-- Type: application/pgp-signature, Size: 211 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 6:26 ` Khem Raj @ 2014-02-24 12:19 ` Paul Eggleton 2014-02-24 12:35 ` Martin Jansa 2014-02-24 17:41 ` Khem Raj 0 siblings, 2 replies; 9+ messages in thread From: Paul Eggleton @ 2014-02-24 12:19 UTC (permalink / raw) To: openembedded-devel; +Cc: Tobias Blom On Sunday 23 February 2014 22:26:34 Khem Raj wrote: > On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> > wrote: > > We provide a recipe for python-netifaces in the meta-ros layer as well. In > > fact, a quick search on the OpenEmbedded Layer Index [1] reveals that > > meta-ros and meta-openstack both provide a recipe for python-netifaces. > > With your use case and recipe, we would have now three recipes. So, I > > suggest to unify all three recipes and come up with the best (complete) > > recipe from these three versions and add them to the meta-oe layer. We > > then can remove the duplicate recipes in the application layers. > > If these layers have dependency on meta-oe then please add the recipe there > and remove from other places. There has been some discussion about creating a meta-python layer (within the meta-openembedded repository) for these kinds of recipes. I think the time has come to actually do that, before we add any further python recipes to the general meta-oe layer. Could someone send a patch to create meta-python? Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 12:19 ` Paul Eggleton @ 2014-02-24 12:35 ` Martin Jansa 2014-02-24 13:10 ` Paul Eggleton 2014-02-24 17:41 ` Khem Raj 1 sibling, 1 reply; 9+ messages in thread From: Martin Jansa @ 2014-02-24 12:35 UTC (permalink / raw) To: Paul Eggleton; +Cc: Tobias Blom, openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1554 bytes --] On Mon, Feb 24, 2014 at 12:19:07PM +0000, Paul Eggleton wrote: > On Sunday 23 February 2014 22:26:34 Khem Raj wrote: > > On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> > > wrote: > > > We provide a recipe for python-netifaces in the meta-ros layer as well. In > > > fact, a quick search on the OpenEmbedded Layer Index [1] reveals that > > > meta-ros and meta-openstack both provide a recipe for python-netifaces. > > > With your use case and recipe, we would have now three recipes. So, I > > > suggest to unify all three recipes and come up with the best (complete) > > > recipe from these three versions and add them to the meta-oe layer. We > > > then can remove the duplicate recipes in the application layers. > > > > If these layers have dependency on meta-oe then please add the recipe there > > and remove from other places. > > There has been some discussion about creating a meta-python layer (within the > meta-openembedded repository) for these kinds of recipes. I think the time has > come to actually do that, before we add any further python recipes to the > general meta-oe layer. Could someone send a patch to create meta-python? I don't mind accepting patch for creating meta-python layer, but the main reason for it (python-numpy, python-nose, python-mako) were already merged into oe-core before this question was answered :/ http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088089.html -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 12:35 ` Martin Jansa @ 2014-02-24 13:10 ` Paul Eggleton 0 siblings, 0 replies; 9+ messages in thread From: Paul Eggleton @ 2014-02-24 13:10 UTC (permalink / raw) To: Martin Jansa; +Cc: Tobias Blom, openembedded-devel On Monday 24 February 2014 13:35:16 Martin Jansa wrote: > On Mon, Feb 24, 2014 at 12:19:07PM +0000, Paul Eggleton wrote: > > On Sunday 23 February 2014 22:26:34 Khem Raj wrote: > > > On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn > > > <lukas.bulwahn@oss.bmw-carit.de>> > > > > wrote: > > > > We provide a recipe for python-netifaces in the meta-ros layer as > > > > well. In > > > > fact, a quick search on the OpenEmbedded Layer Index [1] reveals that > > > > meta-ros and meta-openstack both provide a recipe for > > > > python-netifaces. > > > > With your use case and recipe, we would have now three recipes. So, I > > > > suggest to unify all three recipes and come up with the best > > > > (complete) > > > > recipe from these three versions and add them to the meta-oe layer. We > > > > then can remove the duplicate recipes in the application layers. > > > > > > If these layers have dependency on meta-oe then please add the recipe > > > there > > > and remove from other places. > > > > There has been some discussion about creating a meta-python layer (within > > the meta-openembedded repository) for these kinds of recipes. I think the > > time has come to actually do that, before we add any further python > > recipes to the general meta-oe layer. Could someone send a patch to > > create meta-python? > I don't mind accepting patch for creating meta-python layer, but the main > reason for it (python-numpy, python-nose, python-mako) were already merged > into oe-core before this question was answered :/ > > http://lists.openembedded.org/pipermail/openembedded-core/2014-January/08808 > 9.html Well, FWIW I have a few python recipes that could go there and I'm sure there will be others as well. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 12:19 ` Paul Eggleton 2014-02-24 12:35 ` Martin Jansa @ 2014-02-24 17:41 ` Khem Raj 2014-02-24 17:43 ` Paul Eggleton 1 sibling, 1 reply; 9+ messages in thread From: Khem Raj @ 2014-02-24 17:41 UTC (permalink / raw) To: Paul Eggleton; +Cc: Tobias Blom, openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1368 bytes --] On Monday, February 24, 2014 12:19:07 PM Paul Eggleton wrote: > On Sunday 23 February 2014 22:26:34 Khem Raj wrote: > > On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> > > wrote: > > > We provide a recipe for python-netifaces in the meta-ros layer as well. In > > > fact, a quick search on the OpenEmbedded Layer Index [1] reveals that > > > meta-ros and meta-openstack both provide a recipe for python-netifaces. > > > With your use case and recipe, we would have now three recipes. So, I > > > suggest to unify all three recipes and come up with the best (complete) > > > recipe from these three versions and add them to the meta-oe layer. We > > > then can remove the duplicate recipes in the application layers. > > > > If these layers have dependency on meta-oe then please add the recipe there > > and remove from other places. > > There has been some discussion about creating a meta-python layer (within the > meta-openembedded repository) for these kinds of recipes. I think the time has > come to actually do that, before we add any further python recipes to the > general meta-oe layer. Could someone send a patch to create meta-python? meta-python is good. I always worry about layer being maintained, in fact I have some python 3 extra recipes that I wanted to contribute which dont belong to core. [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 17:41 ` Khem Raj @ 2014-02-24 17:43 ` Paul Eggleton 2014-02-24 18:42 ` Tobias Blom 0 siblings, 1 reply; 9+ messages in thread From: Paul Eggleton @ 2014-02-24 17:43 UTC (permalink / raw) To: Khem Raj; +Cc: Tobias Blom, openembedded-devel On Monday 24 February 2014 09:41:45 Khem Raj wrote: > On Monday, February 24, 2014 12:19:07 PM Paul Eggleton wrote: > > On Sunday 23 February 2014 22:26:34 Khem Raj wrote: > > > On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn > > > <lukas.bulwahn@oss.bmw-carit.de>> > > > > wrote: > > > > We provide a recipe for python-netifaces in the meta-ros layer as > > > > well. In > > > > fact, a quick search on the OpenEmbedded Layer Index [1] reveals that > > > > meta-ros and meta-openstack both provide a recipe for > > > > python-netifaces. > > > > With your use case and recipe, we would have now three recipes. So, I > > > > suggest to unify all three recipes and come up with the best > > > > (complete) > > > > recipe from these three versions and add them to the meta-oe layer. We > > > > then can remove the duplicate recipes in the application layers. > > > > > > If these layers have dependency on meta-oe then please add the recipe > > > there > > > and remove from other places. > > > > There has been some discussion about creating a meta-python layer (within > > the meta-openembedded repository) for these kinds of recipes. I think the > > time has come to actually do that, before we add any further python > > recipes to the general meta-oe layer. Could someone send a patch to > > create meta-python? > > meta-python is good. I always worry about layer being maintained, in fact I > have some python 3 extra recipes that I wanted to contribute which dont > belong to core. Agreed, continued maintenance is important. I would be happy to be co- maintainer of this if someone else will help me out... Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: python-netifaces in oe? 2014-02-24 17:43 ` Paul Eggleton @ 2014-02-24 18:42 ` Tobias Blom 0 siblings, 0 replies; 9+ messages in thread From: Tobias Blom @ 2014-02-24 18:42 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2295 bytes --] On 24 feb 2014, at 18:43, Paul Eggleton <paul.eggleton@linux.intel.com> wrote: > On Monday 24 February 2014 09:41:45 Khem Raj wrote: >> On Monday, February 24, 2014 12:19:07 PM Paul Eggleton wrote: >>> On Sunday 23 February 2014 22:26:34 Khem Raj wrote: >>>> On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn >>>> <lukas.bulwahn@oss.bmw-carit.de>> > >>>> wrote: >>>>> We provide a recipe for python-netifaces in the meta-ros layer as >>>>> well. In >>>>> fact, a quick search on the OpenEmbedded Layer Index [1] reveals that >>>>> meta-ros and meta-openstack both provide a recipe for >>>>> python-netifaces. >>>>> With your use case and recipe, we would have now three recipes. So, I >>>>> suggest to unify all three recipes and come up with the best >>>>> (complete) >>>>> recipe from these three versions and add them to the meta-oe layer. We >>>>> then can remove the duplicate recipes in the application layers. >>>> >>>> If these layers have dependency on meta-oe then please add the recipe >>>> there >>>> and remove from other places. >>> >>> There has been some discussion about creating a meta-python layer (within >>> the meta-openembedded repository) for these kinds of recipes. I think the >>> time has come to actually do that, before we add any further python >>> recipes to the general meta-oe layer. Could someone send a patch to >>> create meta-python? >> >> meta-python is good. I always worry about layer being maintained, in fact I >> have some python 3 extra recipes that I wanted to contribute which dont >> belong to core. > > Agreed, continued maintenance is important. I would be happy to be co- > maintainer of this if someone else will help me out... I’m pretty new to OE/Yocto, but if you need me, I can also help out. Maybe it’s appropriate for me to introduce myself. My name is Toby. I live in Linköping, Sweden and run a company called Techne Development. I do both consulting and product development, and am currently working on a project where I use Yocto to build an embedded system for a client. I’m also an iOS developer. I have been working with Wind River Linux for a couple of years on a project, although the project was looking into changing to Yocto, but I never stayed that long in the project. /Toby [-- Attachment #2: Message signed with OpenPGP using GPGMail --] [-- Type: application/pgp-signature, Size: 506 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-02-24 18:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <94BAA6DD-BBE2-46CE-8248-E8432BE9F242@blom.org>
2014-02-20 14:43 ` python-netifaces in oe? Martin Jansa
2014-02-24 6:23 ` Lukas Bulwahn
2014-02-24 6:26 ` Khem Raj
2014-02-24 12:19 ` Paul Eggleton
2014-02-24 12:35 ` Martin Jansa
2014-02-24 13:10 ` Paul Eggleton
2014-02-24 17:41 ` Khem Raj
2014-02-24 17:43 ` Paul Eggleton
2014-02-24 18:42 ` Tobias Blom
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.