Re: [Emc-developers] LinuxCNC licensing issues

2012-11-21 Thread EBo
On Nov 21 2012 3:05 PM, John Morris wrote: > Hi EBo, > > On 11/21/2012 01:51 PM, EBo wrote: >> True. But one point that is in the compatibility list that you did >> not >> cover is: >> >> if LCNCv3 is (L)GPL2+, then it conveys with anything that is >> (L)GPL3+ > > Thanks for pointing this out.

Re: [Emc-developers] LinuxCNC licensing issues

2012-11-21 Thread John Morris
Hi EBo, On 11/21/2012 01:51 PM, EBo wrote: > True. But one point that is in the compatibility list that you did not > cover is: > > if LCNCv3 is (L)GPL2+, then it conveys with anything that is (L)GPL3+ Thanks for pointing this out. I'm weak on this subject, only knowing what I do from packagin

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Gene Heskett
On Wednesday 21 November 2012 16:14:24 Michael Haberler did opine: > Bas, > > Am 21.11.2012 um 18:49 schrieb Bas Laarhoven: > > On 20-11-2012 20:54, Michael Haberler wrote: > >> I dont want to curb your hopes too much, but I said 'GladeVCP+HAL > >> standalone applications' and meant to say 'HAL o

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/21/2012 11:49 AM, Bas Laarhoven wrote: > On 20-11-2012 20:54, Michael Haberler wrote: >> I dont want to curb your hopes too much, but I said >> 'GladeVCP+HAL standalone applications' and meant to say 'HAL >> only' - i.e. no Gcode, no task, no mot

Re: [Emc-developers] LinuxCNC licensing issues

2012-11-21 Thread EBo
True. But one point that is in the compatibility list that you did not cover is: if LCNCv3 is (L)GPL2+, then it conveys with anything that is (L)GPL3+ How much of readline do you really use? Can it be easily replaced with something else. What I am getting at is to start with *if* all develop

Re: [Emc-developers] LinuxCNC licensing issues

2012-11-21 Thread John Morris
Hi list, On 11/21/2012 07:11 AM, Michael Haberler wrote: > Yes it is time, but we have not ticked off on a key sanitary non-code > prerequisites > > The GPL2-only situation prevents bringing in outside code which > requires GPL2+ licenses. > > I table this issue again to get this finally resolved,

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Michael Haberler
Bas, Am 21.11.2012 um 18:49 schrieb Bas Laarhoven: > On 20-11-2012 20:54, Michael Haberler wrote: >> I dont want to curb your hopes too much, but I said 'GladeVCP+HAL standalone >> applications' and meant to say 'HAL only' - i.e. no Gcode, no task, no >> motion - more loudly >> >> that works

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Bas Laarhoven
On 20-11-2012 20:54, Michael Haberler wrote: > I dont want to curb your hopes too much, but I said 'GladeVCP+HAL standalone > applications' and meant to say 'HAL only' - i.e. no Gcode, no task, no motion > - more loudly > > that works and I can recommend looking into especially if the application

Re: [Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Dewey Garrett
a (not perfect) hack for author list (src/hal directories): $ cat find.sh #!/bin/bash mkdir /tmp/b 2>/dev/null >|/tmp/b/all cd /home/git/emc2-dev/src/hal git checkout master for f in `find . -iname '*.[ch]' -o -iname '*make*' `; do git blame $f >>/tmp/b/all ; done originator=kasunich authors

Re: [Emc-developers] PCI Progress

2012-11-21 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/21/2012 8:51 AM, Kent A. Reed wrote: > On 11/21/2012 8:09 AM, Charles Steinkuehler wrote: >> I don't mind. I would have sent to the dev list in the first >> place, but I'm still figuring out what should/shouldn't be posted >> to the list. > Oh,

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Kent A. Reed
On 11/21/2012 8:17 AM, Michael Haberler wrote: > Am 21.11.2012 um 06:42 schrieb Anders Wallin: > >> On 11/20/2012 8:47 AM, Michael Haberler wrote: I just verified this combination works, for the standard Raspberry Raspbian kernel 3.2.27+ with Posix threads (aka 'simulator'), and with

Re: [Emc-developers] PCI Progress

2012-11-21 Thread Kent A. Reed
On 11/21/2012 8:09 AM, Charles Steinkuehler wrote: > I don't mind. I would have sent to the dev list in the first place, > but I'm still figuring out what should/shouldn't be posted to the list. Oh, please! The reason you can't figure it out is we have no rulesjust a sense that this is where

Re: [Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread EBo
On Nov 21 2012 7:28 AM, John Kasunich wrote: > On Wed, Nov 21, 2012, at 09:18 AM, EBo wrote: >> I'm not on the board, but my 2c is LGPL (most expansive possible >> 0.1+) >> all libraries, and GPL (0.1+) all high level interfaces. Them's my >> 2c >> >> I would not suggest tabling the code writing

Re: [Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread John Kasunich
On Wed, Nov 21, 2012, at 09:18 AM, EBo wrote: > I'm not on the board, but my 2c is LGPL (most expansive possible 0.1+) > all libraries, and GPL (0.1+) all high level interfaces. Them's my 2c > > I would not suggest tabling the code writing, but you are correct -- > the licensing issue needs t

Re: [Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread EBo
I'm not on the board, but my 2c is LGPL (most expansive possible 0.1+) all libraries, and GPL (0.1+) all high level interfaces. Them's my 2c I would not suggest tabling the code writing, but you are correct -- the licensing issue needs to be addresed, and frankly I thought it had been addresse

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Michael Haberler
Am 21.11.2012 um 06:42 schrieb Anders Wallin: > On 11/20/2012 8:47 AM, Michael Haberler wrote: >>> I just verified this combination works, for the standard Raspberry >>> Raspbian kernel 3.2.27+ with Posix threads (aka 'simulator'), and >>> with Xenomai 3.2.21 for somewhat better performance >> >

[Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Michael Haberler
Ebo, Am 21.11.2012 um 10:56 schrieb EBo: > It looks like it is time to start throwing together some breakout code > in experimental repositories (github or bitbucket maybe) for L3. What I > am talking about is sketches which are intended to be thrown away later > and used to inform the new ve

Re: [Emc-developers] PCI Progress

2012-11-21 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/21/2012 6:45 AM, Michael Haberler wrote: > Hi Charles, > > I am delighted to see this great progress, and I am very eager to > see the first PCI card to work with usermode threads - once one of > them works, it should be mechanical work to get t

Re: [Emc-developers] PCI Progress

2012-11-21 Thread Michael Haberler
Hi Charles, I am delighted to see this great progress, and I am very eager to see the first PCI card to work with usermode threads - once one of them works, it should be mechanical work to get the rest to work! In particular I'm itching for the Mesanet drivers because I'm curious if an attempt

Re: [Emc-developers] Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread EBo
It looks like it is time to start throwing together some breakout code in experimental repositories (github or bitbucket maybe) for L3. What I am talking about is sketches which are intended to be thrown away later and used to inform the new version 3 design. On Nov 20 2012 12:54 PM, Michael H