All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] connman 1.10 upgrade and qemu networking fix
@ 2013-01-11 10:53 Cristian Iorga
  2013-01-11 10:53 ` [PATCH V3 1/2] connman: upgrade to 1.10 Cristian Iorga
  2013-01-11 10:53 ` [PATCH V3 2/2] connman-conf: configures connman in qemu machines Cristian Iorga
  0 siblings, 2 replies; 7+ messages in thread
From: Cristian Iorga @ 2013-01-11 10:53 UTC (permalink / raw)
  To: openembedded-core

This set of patches will:
- update connman to 1.10
- solve the issue of lost connectivity with qemu machines
    connman will clear previous configuration for a network
    interface, rendering qemu machines eth0 unusable, because
    there is no DHCP server to be used, and the static configuration
    of eth0 will be cleared when connman starts.
    connman-conf solves this.

Cristian Iorga (2):
  connman: upgrade to 1.10
  connman-conf: configures connman in qemu machines

 meta/conf/layer.conf                               |    1 +
 meta/conf/machine/include/qemu.inc                 |    2 +
 meta/recipes-connectivity/connman/connman-conf.bb  |   18 ++++++
 .../connman/connman-conf/qemuall/main.conf         |    3 +
 ...If-there-is-no-d_type-support-use-fstatat.patch |   61 --------------------
 ...If-there-is-no-d_type-support-use-fstatat.patch |   38 +++++++-----
 .../connman/inet-fix-ip-cleanup-functions.patch    |   40 +++++++++++++
 .../connman/{connman_1.4.bb => connman_1.10.bb}    |    8 ++-
 8 files changed, 91 insertions(+), 80 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman-conf.bb
 create mode 100644 meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf
 delete mode 100644 meta/recipes-connectivity/connman/connman/0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/inet-fix-ip-cleanup-functions.patch
 rename meta/recipes-connectivity/connman/{connman_1.4.bb => connman_1.10.bb} (71%)

-- 
1.7.10.4




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

end of thread, other threads:[~2013-01-11 13:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 10:53 [PATCH V3 0/2] connman 1.10 upgrade and qemu networking fix Cristian Iorga
2013-01-11 10:53 ` [PATCH V3 1/2] connman: upgrade to 1.10 Cristian Iorga
2013-01-11 10:53 ` [PATCH V3 2/2] connman-conf: configures connman in qemu machines Cristian Iorga
2013-01-11 11:27   ` Martin Jansa
2013-01-11 12:01     ` Iorga, Cristian
2013-01-11 12:22   ` Enrico Scholz
2013-01-11 13:00     ` Iorga, Cristian

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.