[ptxdist] [PATCH V1 00/11] WiMAX, oFono and connman support

2011-06-24 Thread Christian Gagneraud
This patch series add support for WiMAX [1] and oFono [2] along with connman integration. Added as well are connman and ofono Qt bindings as well as the mobile broadband provider info [3] I reworked the WiMAX patches, as I didn't create the .make and .in correctly. This is still build tested on

[ptxdist] [RFC 02/11] wimax: Add WiMAX menu

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/wimax.in |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 rules/wimax.in diff --git a/rules/wimax.in b/rules/wimax.in new file mode 100644 index 000..0aaa0ee --- /dev/null +++ b/rules/wimax.in @@ -0,0 +1,9 @@

[ptxdist] [RFC 06/11] connman: Add WiMAX support

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/connman.in |3 +-- rules/connman.make |2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/connman.in b/rules/connman.in index 175870a..5bc7879 100644 --- a/rules/connman.in +++ b/rules/connman.in @@ -12,6 +12,7 @@ menu

[ptxdist] [RFC 04/11] wimax: Add libs and tools

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/wimax-tools.in |8 + rules/wimax-tools.make | 75 2 files changed, 83 insertions(+), 0 deletions(-) create mode 100644 rules/wimax-tools.in create mode 100644 rules/wimax-tools.make diff -

[ptxdist] [RFC 05/11] wimax: Add network service

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/wimax-service.in |7 rules/wimax-service.make | 74 ++ 2 files changed, 81 insertions(+), 0 deletions(-) create mode 100644 rules/wimax-service.in create mode 100644 rules/wimax-service.make d

[ptxdist] [RFC 07/11] mobile-bb-info: new package

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/mobile-bb-info.in |8 + rules/mobile-bb-info.make | 64 + 2 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 rules/mobile-bb-info.in create mode 100644 rules/mobile-bb-info.mak

[ptxdist] [RFC 08/11] ofono: new package

2011-06-24 Thread Christian Gagneraud
Open Source Telephony. http://ofono.org Signed-off-by: Christian Gagneraud --- rules/ofono.in | 76 +++ rules/ofono.make | 103 ++ 2 files changed, 179 insertions(+), 0 deletions(-) create mode 100644 r

[ptxdist] [RFC 03/11] wimax: Add firmware for Intel chipset based device

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/wimax-firmware.in |6 rules/wimax-firmware.make | 65 + 2 files changed, 71 insertions(+), 0 deletions(-) create mode 100644 rules/wimax-firmware.in create mode 100644 rules/wimax-firmware.make

[ptxdist] [RFC 01/11] wpa_supplicant: Allow to install libeap shared object

2011-06-24 Thread Christian Gagneraud
This quirk is needed for the WiMAX tools, the patch comes from the WiMAX people. The patch allows to build libeap.so. An option has been added to select or not the installation of this library. Signed-off-by: Christian Gagneraud --- .../00-generate-libeap-peer.patch | 395 +

[ptxdist] [RFC 09/11] ofono-qt: new package

2011-06-24 Thread Christian Gagneraud
Qt bindings for oFone. Signed-off-by: Christian Gagneraud --- rules/ofono-qt.in | 23 + rules/ofono-qt.make | 86 +++ 2 files changed, 109 insertions(+), 0 deletions(-) create mode 100644 rules/ofono-qt.in create mode 100644 rul

[ptxdist] [RFC 10/11] connman: add ofono support

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/connman.in |4 rules/connman.make |3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/rules/connman.in b/rules/connman.in index 5bc7879..fadb99a 100644 --- a/rules/connman.in +++ b/rules/connman.in @@ -60,6 +60,10 @@ m

[ptxdist] [RFC 11/11] connman-qt: new package

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud --- rules/connman-qt.in | 22 rules/connman-qt.make | 86 + 2 files changed, 108 insertions(+), 0 deletions(-) create mode 100644 rules/connman-qt.in create mode 100644 rules/connman-qt.make d

[ptxdist] [PATCH 1/2] fbset: add new package

2011-06-24 Thread Wolfram Sang
Signed-off-by: Wolfram Sang Acked-by: Sascha Hauer --- ...-not-overwrite-CC-to-allow-crosscompiling.patch | 50 ++ patches/fbset-2.1/series |1 + rules/fbset.in | 10 rules/fbset.make

[ptxdist] [PATCH 2/2] fbutils: remove package

2011-06-24 Thread Wolfram Sang
This was an experimental state pulled out of CVS back then. It doesn't work currently (maybe it never has?), e.g. fbset does not recognize its own commandline arguments. The code has also been deleted from CVS meanwhile. So, remove this package and use the just added fbset. Signed-off-by: Wolfram

Re: [ptxdist] [RFC 02/11] wimax: Add WiMAX menu

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:28PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/wimax.in |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > create mode 100644 rules/wimax.in > > diff --git a/rules/wimax.in b/rules/wimax.in > new file m

Re: [ptxdist] [RFC 01/11] wpa_supplicant: Allow to install libeap shared object

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:27PM +0100, Christian Gagneraud wrote: > This quirk is needed for the WiMAX tools, the patch comes from the WiMAX > people. > The patch allows to build libeap.so. > An option has been added to select or not the installation of this library. > > Signed-off-by: Christi

Re: [ptxdist] [RFC 03/11] wimax: Add firmware for Intel chipset based device

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:29PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/wimax-firmware.in |6 > rules/wimax-firmware.make | 65 > + > 2 files changed, 71 insertions(+), 0 deletions(-) > crea

Re: [ptxdist] [RFC 04/11] wimax: Add libs and tools

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:30PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/wimax-tools.in |8 + > rules/wimax-tools.make | 75 > > 2 files changed, 83 insertions(+), 0 deletions(-) > create

Re: [ptxdist] [RFC 05/11] wimax: Add network service

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:31PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/wimax-service.in |7 > rules/wimax-service.make | 74 > ++ > 2 files changed, 81 insertions(+), 0 deletions(-) > creat

Re: [ptxdist] [RFC 07/11] mobile-bb-info: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:33PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/mobile-bb-info.in |8 + > rules/mobile-bb-info.make | 64 > + > 2 files changed, 72 insertions(+), 0 deletions(-) > cre

Re: [ptxdist] [RFC 08/11] ofono: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:34PM +0100, Christian Gagneraud wrote: > Open Source Telephony. http://ofono.org > > Signed-off-by: Christian Gagneraud > --- > rules/ofono.in | 76 +++ > rules/ofono.make | 103 >

Re: [ptxdist] [RFC 09/11] ofono-qt: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:35PM +0100, Christian Gagneraud wrote: > Qt bindings for oFone. > > Signed-off-by: Christian Gagneraud > --- > rules/ofono-qt.in | 23 + > rules/ofono-qt.make | 86 > +++ > 2 files changed, 109 inser

Re: [ptxdist] [RFC 10/11] connman: add ofono support

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:22:31PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- > rules/connman.in |4 > rules/connman.make |3 ++- > 2 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/rules/connman.in b/rules/connman.in > index 5bc78

Re: [ptxdist] [RFC 11/11] connman-qt: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:22:32PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud > --- Just reuse my comments from ofono-qt :-) Michael > rules/connman-qt.in | 22 > rules/connman-qt.make | 86 > + > 2