Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6 v2][PULL] 3G network support in Yocto
@ 2011-06-16  9:20 Dongxiao Xu
  2011-06-16  9:20 ` [PATCH 1/6] connman: Upgrade to version 0.75 Dongxiao Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Dongxiao Xu @ 2011-06-16  9:20 UTC (permalink / raw)
  To: openembedded-core

Hi Saul,

This is the second version of 3G support patches. Please help to review and pull.

Changes since v1:
1) Remove kernel.bbclass changes and put it to fishriver specific layer.
2) upgrade connman to the latest 0.75 version.
3) Add a fix for init scripts order.
4) Add fishriver in COMPATIBLE_MACHINE in systemtap recipe.
5) Rebase to latest master commit.

Thanks,
Dongxiao

The following changes since commit e1f6ebba3ab2fc8a469c1d96fc6d4c4b8f16845c:

  meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends (2011-06-15 11:49:42 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/ggg
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/ggg

Dongxiao Xu (6):
  connman: Upgrade to version 0.75
  wpa-supplicant: remove the 0.6.10 version.
  ofono: add 0.42 version which works OK for Ericsson 3G module.
  connman-gnome: Add 3G configuration support
  systemtap: add fishriver in COMPATIBLE_MACHINE
  initscript: Change some order of init scripts

 meta/conf/distro/include/default-versions.inc      |    1 +
 .../connman-0.65/fix-shutdown-ap-disconnect.patch  |   42 --
 .../add_xuser_dbus_permission.patch                |    2 +
 .../connman/{connman-0.65 => connman-0.75}/connman |    0
 .../{connman-0.65 => connman-0.75}/dbusperms.patch |    2 +
 .../connman/connman-gnome/3g.patch                 |  505 ++++++++++++++
 .../{connman-gnome_0.5.bb => connman-gnome_git.bb} |   12 +-
 meta/recipes-connectivity/connman/connman.inc      |    2 +-
 .../connman/{connman_0.65.bb => connman_0.75.bb}   |    8 +-
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +
 meta/recipes-connectivity/ofono/ofono_0.42.bb      |   13 +
 .../wpa-supplicant-0.6.10/99_wpa_supplicant        |    1 -
 .../wpa-supplicant-0.6.10/defaults-sane            |    8 -
 .../wpa-supplicant-0.6.10/defconfig-0.6.0-gnutls   |  180 -----
 .../wpa-supplicant-0.6.10/wpa-supplicant.sh        |   85 ---
 .../wpa-supplicant-0.6.10/wpa_supplicant.conf      |  690 --------------------
 .../wpa-supplicant-0.6.10/wpa_supplicant.conf-sane |    7 -
 .../wpa-supplicant/wpa-supplicant-0.6.inc          |   83 ---
 .../wpa-supplicant/wpa-supplicant_0.6.10.bb        |    4 -
 meta/recipes-core/initscripts/initscripts_1.0.bb   |    6 +-
 meta/recipes-core/udev/udev-new.inc                |    2 +-
 meta/recipes-core/udev/udev_164.bb                 |    2 +-
 .../modutils/modutils-initscripts.bb               |    4 +-
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    2 +-
 24 files changed, 547 insertions(+), 1116 deletions(-)
 delete mode 100644 meta/recipes-connectivity/connman/connman-0.65/fix-shutdown-ap-disconnect.patch
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/add_xuser_dbus_permission.patch (94%)
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/connman (100%)
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/dbusperms.patch (91%)
 create mode 100644 meta/recipes-connectivity/connman/connman-gnome/3g.patch
 rename meta/recipes-connectivity/connman/{connman-gnome_0.5.bb => connman-gnome_git.bb} (76%)
 rename meta/recipes-connectivity/connman/{connman_0.65.bb => connman_0.75.bb} (74%)
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.42.bb
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/99_wpa_supplicant
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/defaults-sane
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/defconfig-0.6.0-gnutls
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa-supplicant.sh
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa_supplicant.conf
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa_supplicant.conf-sane
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.inc
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.6.10.bb




^ permalink raw reply	[flat|nested] 26+ messages in thread
* [PATCH 0/6 v4][PULL] 3G network support
@ 2011-06-29  2:59 Dongxiao Xu
  2011-06-29  2:59 ` [PATCH 1/6] connman: Upgrade to version 0.75 Dongxiao Xu
  0 siblings, 1 reply; 26+ messages in thread
From: Dongxiao Xu @ 2011-06-29  2:59 UTC (permalink / raw)
  To: openembedded-core

Hi,

This is the 4th version of 3G patches, please help to review and pull.

Changes from v3:
1) Use DISTRO_FEATURE to handle the dependency of ofono.
2) Adopt ofono 0.50 version which could work with Ericsson modem.
   (ofono's commit d99ca17 fixed the crash issue)

Thanks,
Dongxiao

The following changes since commit a4f3e006e1f2fd93f156012af2a05adccf41d065:

  u-boot-mkimage: bump version to 2011.03 (2011-06-28 17:13:19 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/ggg-v4
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/ggg-v4

Dongxiao Xu (6):
  connman: Upgrade to version 0.75
  wpa-supplicant: remove the 0.6.10 version.
  ofono: upgrade to version 0.50
  connman-gnome: Add 3G configuration support
  initscript: Change some order of init scripts
  task-base: add 3G into DISTRO_FEATURE

 meta/conf/distro/include/default-distrovars.inc    |    2 +-
 meta/conf/distro/include/default-versions.inc      |    4 -
 .../connman-0.65/fix-shutdown-ap-disconnect.patch  |   42 --
 .../add_xuser_dbus_permission.patch                |    2 +
 .../connman/{connman-0.65 => connman-0.75}/connman |    0
 .../{connman-0.65 => connman-0.75}/dbusperms.patch |    2 +
 .../connman/connman-gnome/3g.patch                 |  505 ++++++++++++++
 .../connman/connman-gnome_0.5.bb                   |    8 +-
 meta/recipes-connectivity/connman/connman.inc      |   14 +-
 .../connman/{connman_0.65.bb => connman_0.75.bb}   |    8 +-
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +
 meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 -
 meta/recipes-connectivity/ofono/ofono_0.50.bb      |   13 +
 .../wpa-supplicant-0.6.10/99_wpa_supplicant        |    1 -
 .../wpa-supplicant-0.6.10/defaults-sane            |    8 -
 .../wpa-supplicant-0.6.10/defconfig-0.6.0-gnutls   |  180 -----
 .../wpa-supplicant-0.6.10/wpa-supplicant.sh        |   85 ---
 .../wpa-supplicant-0.6.10/wpa_supplicant.conf      |  690 --------------------
 .../wpa-supplicant-0.6.10/wpa_supplicant.conf-sane |    7 -
 .../wpa-supplicant/wpa-supplicant-0.6.inc          |   83 ---
 .../wpa-supplicant/wpa-supplicant_0.6.10.bb        |    4 -
 meta/recipes-core/initscripts/initscripts_1.0.bb   |    6 +-
 meta/recipes-core/tasks/task-base.bb               |   16 +-
 meta/recipes-core/udev/udev-new.inc                |    2 +-
 meta/recipes-core/udev/udev_164.bb                 |    2 +-
 .../modutils/modutils-initscripts.bb               |    4 +-
 26 files changed, 568 insertions(+), 1131 deletions(-)
 delete mode 100644 meta/recipes-connectivity/connman/connman-0.65/fix-shutdown-ap-disconnect.patch
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/add_xuser_dbus_permission.patch (94%)
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/connman (100%)
 rename meta/recipes-connectivity/connman/{connman-0.65 => connman-0.75}/dbusperms.patch (91%)
 create mode 100644 meta/recipes-connectivity/connman/connman-gnome/3g.patch
 rename meta/recipes-connectivity/connman/{connman_0.65.bb => connman_0.75.bb} (74%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.50.bb
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/99_wpa_supplicant
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/defaults-sane
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/defconfig-0.6.0-gnutls
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa-supplicant.sh
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa_supplicant.conf
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.10/wpa_supplicant.conf-sane
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.6.inc
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.6.10.bb




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

end of thread, other threads:[~2011-06-29  2:48 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16  9:20 [PATCH 0/6 v2][PULL] 3G network support in Yocto Dongxiao Xu
2011-06-16  9:20 ` [PATCH 1/6] connman: Upgrade to version 0.75 Dongxiao Xu
2011-06-16  9:35   ` Phil Blundell
2011-06-16 10:36     ` Paul Eggleton
2011-06-16 10:55       ` Koen Kooi
2011-06-16 13:44     ` Khem Raj
2011-06-16 13:52       ` Phil Blundell
2011-06-16 14:00       ` Koen Kooi
2011-06-16 23:12         ` Khem Raj
2011-06-17  7:08           ` Xu, Dongxiao
2011-06-17  7:15             ` Koen Kooi
2011-06-21  1:36               ` Xu, Dongxiao
2011-06-16  9:42   ` Koen Kooi
2011-06-16  9:20 ` [PATCH 2/6] wpa-supplicant: remove the 0.6.10 version Dongxiao Xu
2011-06-16  9:20 ` [PATCH 3/6] ofono: add 0.42 version which works OK for Ericsson 3G module Dongxiao Xu
2011-06-16  9:20 ` [PATCH 4/6] connman-gnome: Add 3G configuration support Dongxiao Xu
2011-06-16  9:30   ` Koen Kooi
2011-06-17  0:27     ` Xu, Dongxiao
2011-06-16  9:20 ` [PATCH 5/6] systemtap: add fishriver in COMPATIBLE_MACHINE Dongxiao Xu
2011-06-16 14:11   ` Tom Zanussi
2011-06-17  1:41     ` Xu, Dongxiao
2011-06-16  9:20 ` [PATCH 6/6] initscript: Change some order of init scripts Dongxiao Xu
2011-06-16  9:38   ` Andrea Adami
2011-06-16  9:41     ` Phil Blundell
2011-06-17  1:39     ` Xu, Dongxiao
  -- strict thread matches above, loose matches on Subject: below --
2011-06-29  2:59 [PATCH 0/6 v4][PULL] 3G network support Dongxiao Xu
2011-06-29  2:59 ` [PATCH 1/6] connman: Upgrade to version 0.75 Dongxiao Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox