Re: [OE-core] [PATCH] connman: Enable automake dependency tracking

2015-05-03 Thread Jukka Rissanen
Hi Ross, On pe, 2015-05-01 at 15:03 +0100, Burton, Ross wrote: On 1 May 2015 at 12:41, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: The automake option --disable-dependency-tracking does not work nicely with ConnMan 1.29 release. The reason

[OE-core] [PATCH] connman: Enable automake dependency tracking

2015-05-01 Thread Jukka Rissanen
, the auto generated files / directories are created during compilation. Earlier they were generated by configure script. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, I tried ConnMan 1.29 with fido and dizzy releases and this change is required there. I assume the same problem

Re: [OE-core] [PATCH 01/10] connman: Fix builds to compile on musl

2015-04-22 Thread Jukka Rissanen
Hi, On ke, 2015-04-22 at 07:49 +, Khem Raj wrote: Add explicit includes for headers which are indirectly included on glibc Dont use backtrace APIs on non-glibc C libs res_nimit is a glibc specific API in resolvers so we avoid it Change-Id: I78a173f02f8c117ebb513311f27a48bc8d645efe

[OE-core] [PATCH] connman: Create connman.service at proper moment

2015-04-08 Thread Jukka Rissanen
the generated file will not be there after the configuration. This commit can be used even with older ConnMan version as the connman.service file is there when the compilation happens. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 6

[OE-core] [PATCH v3] connman: Fix PPTP VPN plugin QA issue

2014-07-22 Thread Jukka Rissanen
/connman-plugin-vpn-pptp/usr/lib/connman/scripts/libppp-plugin.so' [dev-so] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- ...ild-libppp-plugin-without-versioning-info.patch | 48

[OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
/lib/connman/scripts/libppp-plugin.so' [dev-so] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, just upgraded to head 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb in master

Re: [OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
Hi Ross, On ma, 2014-07-21 at 11:55 +0100, Burton, Ross wrote: On 21 July 2014 11:03, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: Fixing this error by skipping dev-so QA check for connman-plugin-vpn-pptp package. As discussed on IM but repeating for the list, plugins should

[OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

2014-07-21 Thread Jukka Rissanen
/connman-plugin-vpn-pptp/usr/lib/connman/scripts/libppp-plugin.so' [dev-so] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- ...ild-libppp-plugin-without-versioning-info.patch | 32

Re: [OE-core] [PATCH] connman: Upgrade to v1.18

2013-09-19 Thread Jukka Rissanen
On 19.09.2013 16:19, Muhammad Shakeel wrote: On 09/19/2013 06:09 PM, Richard Purdie wrote: On Thu, 2013-09-19 at 17:52 +0500, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com -This release contains a few important bugfixes in addition to a few new features. So it

[OE-core] [PATCH] connman: Try to figure out NFS root interface if using DHCP

2013-09-17 Thread Jukka Rissanen
The commit c73487302270a7c2d3191ce1dd63ee2016dc missed the case where the NFS is using DHCP. [YOCTO #5176] Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman/connman | 23 +++ 1 file changed, 15 insertions(+), 8

Re: [OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-16 Thread Jukka Rissanen
On 13.09.2013 17:59, Muhammad Shakeel wrote: On 09/13/2013 05:56 PM, Jukka Rissanen wrote: Hi Muhammad, -PACKAGECONFIG[wifi] = --enable-wifi, --disable-wifi, wpa-supplicant -PACKAGECONFIG[bluetooth] = --enable-bluetooth, --disable-bluetooth, bluez4 -PACKAGECONFIG[3g] = --enable-ofono

Re: [OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-13 Thread Jukka Rissanen
Hi Muhammad, On 13.09.2013 14:50, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build these technologies as plugins and these plugins need to be

[OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-06 Thread Jukka Rissanen
The connman init.d script tried to ignore all the network interfaces if NFS root is configured. We should only ignore the interface that is used by NFS root. [YOCTO #4587] Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman/connman | 14

[OE-core] [PATCH v2] procps: Add cgroup support

2013-08-12 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, v2: - added Upstream-Status to procps-3.2.8-ps-cgroup.patch file v1: I have been using this patch in meta-eca but it might be useful in oe-core. Cheers, Jukka .../procps-3.2.8/procps-3.2.8-ps-cgroup.patch | 82

[OE-core] [PATCH] procps: Add cgroup support

2013-08-07 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, I have been using this patch in meta-eca but it might be useful in oe-core. Cheers, Jukka .../procps-3.2.8/procps-3.2.8-ps-cgroup.patch | 74 ++ meta/recipes-extended/procps/procps_3.2.8.bb

[OE-core] [PATCH v2 2/4] ofono: Move bluetooth enabling to .inc file

2013-08-01 Thread Jukka Rissanen
Moving the bluetooth enabling to ofono.inc from .bb file as it makes more sense to have bluetooth always checked. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 1 + meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 - meta

[OE-core] [PATCH v2 4/4] ofono: Move do_install() to ofono recipe file

2013-08-01 Thread Jukka Rissanen
This allows the ofono.inc file to be used by a recipe that does not have or use ofono init script. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 5 - meta/recipes-connectivity/ofono/ofono_1.12.bb | 5 + 2 files changed, 5

[OE-core] [PATCH v2 3/4] ofono: Enable test scripts by default

2013-08-01 Thread Jukka Rissanen
oFono test scripts are very useful so enable those by default. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 3 ++- meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH v2 1/4] ofono: Add systemd support

2013-08-01 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 21e564c..b0e8020 100644

Re: [OE-core] [PATCH v2 4/4] ofono: Move do_install() to ofono recipe file

2013-08-01 Thread Jukka Rissanen
Hi Ross, On 01.08.2013 20:04, Burton, Ross wrote: On 1 August 2013 16:01, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: This allows the ofono.inc file to be used by a recipe that does not have or use ofono init script. I'm not keen on this. I presume the situation here is that your

Re: [OE-core] [PATCH 1/3] ofono: Add systemd support

2013-07-30 Thread Jukka Rissanen
On 29.07.2013 12:43, Muhammad Shakeel wrote: On 07/26/2013 05:35 PM, Jukka Rissanen wrote: do_install_append() { - install -d ${D}${sysconfdir}/init.d/ - install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono +if ${@base_contains('DISTRO_FEATURES','sysvinit','true','false',d

[OE-core] [PATCH] bluez5: Only install .conf files if found

2013-07-29 Thread Jukka Rissanen
Bluez5 is migrating away from using separate .conf files for different profiles. So only install profile configuration files when they are found. This is needed so that the bluez5.inc file can be used with latest bluez5 from git. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com

[OE-core] [PATCH 0/3] ofono fixes

2013-07-26 Thread Jukka Rissanen
Jukka Rissanen (3): ofono: Add systemd support ofono: Enable bluetooth automatically ofono: Enable test scripts by default meta/recipes-connectivity/ofono/ofono.inc | 17 + meta/recipes-connectivity/ofono/ofono_1.12.bb | 4 meta/recipes-connectivity/ofono

[OE-core] [PATCH 2/3] ofono: Enable bluetooth automatically

2013-07-26 Thread Jukka Rissanen
Moving the bluetooth enabling to ofono.inc from .bb file as it makes more sense to have bluetooth always checked. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 1 + meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 - meta

[OE-core] [PATCH 1/3] ofono: Add systemd support

2013-07-26 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 21e564c

[OE-core] [PATCH 3/3] ofono: Enable test scripts by default

2013-07-26 Thread Jukka Rissanen
oFono test scripts are very useful so enable those by default. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 3 ++- meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH] connman: Set the VPN client program paths

2013-07-01 Thread Jukka Rissanen
Automatically finding out the paths to VPN client programs does not work when configure script is run so set the paths manually. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 4 insertions(+), 4

[OE-core] [PATCH v3 0/5] Enable VPN support in ConnMan

2013-05-14 Thread Jukka Rissanen
and PPTP VPN technogies in ConnMan and fixes this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 Cheers, Jukka Jukka Rissanen (5): connman: Add VPN support connman: Add OpenVPN support connman: Add vpnc support connman: Add L2TP support connman: Add PPTP support meta/recipes

[OE-core] [PATCH v3 2/5] connman: Add OpenVPN support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 137deed..b7466f5 100644

[OE-core] [PATCH v3 1/5] connman: Add VPN support

2013-05-14 Thread Jukka Rissanen
One needs to add following statement into local.conf or distro config PACKAGECONFIG_append_pn-connman = openvpn vpnc l2tp pptp in order to activate support for these VPN technogies in ConnMan. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman

[OE-core] [PATCH v3 3/5] connman: Add vpnc support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index b7466f5..8fd38ee 100644

[OE-core] [PATCH v3 4/5] connman: Add L2TP support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 8fd38ee..b26555c 100644

[OE-core] [PATCH v3 5/5] connman: Add PPTP support

2013-05-14 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index b26555c..8d6f68c 100644

[OE-core] [PATCH v2 0/5] Enable VPN support in ConnMan

2013-05-13 Thread Jukka Rissanen
this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 Cheers, Jukka Jukka Rissanen (5): connman: Add VPN support connman: Add OpenVPN support connman: Add vpnc support connman: Add L2TP support connman: Add PPTP support meta/recipes-connectivity/connman/connman.inc | 88

[OE-core] [PATCH v2 1/5] connman: Add VPN support

2013-05-13 Thread Jukka Rissanen
One needs to add following statement into local.conf or distro config PACKAGECONFIG_append_pn-connman = openvpn vpnc l2tp pptp in order to activate support for these VPN technogies in ConnMan. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman

[OE-core] [PATCH v2 3/5] connman: Add vpnc support

2013-05-13 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 6bedfa8..25e6b22

[OE-core] [PATCH v2 2/5] connman: Add OpenVPN support

2013-05-13 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 73c7215..6bedfa8

[OE-core] [PATCH v2 5/5] connman: Add PPTP support

2013-05-13 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index e17e0e7..638e0e2

[OE-core] [PATCH v2 4/5] connman: Add L2TP support

2013-05-13 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 25e6b22..e17e0e7

Re: [OE-core] [PATCH v2 0/5] Enable VPN support in ConnMan

2013-05-13 Thread Jukka Rissanen
Hi Martin, On 13.05.2013 16:39, Martin Jansa wrote: On Mon, May 13, 2013 at 03:49:12PM +0300, Jukka Rissanen wrote: Hi, v2: - removed the DISTRO_FEATURES as suggested by Ross, now PACKAGECONFIG is used instead in connman.inc - all generic vpn files are placed into connman-vpn package

[OE-core] [PATCH 2/5] connman: Add OpenVPN support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 3f01803..e8e41ed 100644

[OE-core] [PATCH 1/5] connman: Enable VPN support

2013-05-10 Thread Jukka Rissanen
If DISTRO_FEATURES contains vpn, then enable vpn support in ConnMan. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 0/5] Enable VPN support in ConnMan

2013-05-10 Thread Jukka Rissanen
Hi, this patchset enables OpenVPN, vpnc, L2TP and PPTP VPN technogies in ConnMan and fixes this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=4456 The VPN support is activated if DISTRO_FEATURES contains vpn string. Cheers, Jukka Jukka Rissanen (5): connman: Enable VPN support

[OE-core] [PATCH 4/5] connman: Add L2TP support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 4917f94..43b363b 100644

[OE-core] [PATCH 3/5] connman: Add vpnc support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index e8e41ed..4917f94 100644

[OE-core] [PATCH 5/5] connman: Add PPTP support

2013-05-10 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 43b363b..d9ab234 100644

[OE-core] [PATCH v3] neard: Split recipe to two parts

2013-05-07 Thread Jukka Rissanen
This way it is easier to override settings if needed. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, this 3rd try just contains the split without the SRCREV-SRCPV mess in earlier version. Sorry about the noise. Cheers, Jukka meta/recipes-connectivity/neard/neard.inc

[OE-core] [PATCH] neard: Split recipe to two parts

2013-05-02 Thread Jukka Rissanen
This way it is easier to override settings if needed. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/neard/neard.inc | 59 +++ meta/recipes-connectivity/neard/neard_0.10.bb | 11 + meta/recipes-connectivity/neard/neard_0.9

[OE-core] [PATCH v2 0/3] neard fixes

2013-05-02 Thread Jukka Rissanen
Hi, there was too many unrelated changes in my earlier patch so this one splits it more. Cheers, Jukka Jukka Rissanen (3): neard: Rename the recipe as we are already in 0.10 neard: Use SRCREV instead of SRCPV neard: Split recipe to two parts meta/recipes-connectivity/neard/neard.inc

[OE-core] [PATCH v2 2/3] neard: Use SRCREV instead of SRCPV

2013-05-02 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/neard/neard_0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/neard/neard_0.10.bb b/meta/recipes-connectivity/neard/neard_0.10.bb index dc43f7e..b9198af

[OE-core] [PATCH v2 1/3] neard: Rename the recipe as we are already in 0.10

2013-05-02 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/neard/neard_0.10.bb | 69 +++ meta/recipes-connectivity/neard/neard_0.9.bb | 69 --- 2 files changed, 69 insertions(+), 69 deletions(-) create mode 100644

[OE-core] [PATCH v2 3/3] neard: Split recipe to two parts

2013-05-02 Thread Jukka Rissanen
This way it is easier to override settings if needed. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/neard/neard.inc | 59 ++ meta/recipes-connectivity/neard/neard_0.10.bb | 60 +-- 2 files changed

[OE-core] [PATCH v2 0/2] connman-conf fixes

2013-03-22 Thread Jukka Rissanen
Hi, noticed some issues with connman-conf that is used to setup the ethernet in qemu image. v2: - change the location of wired-setup in connman init.d script Cheers, Jukka Jukka Rissanen (2): connman-conf: Move the setup script into /usr/lib/connman connman-conf: Avoid appending IPv4

[OE-core] [PATCH v2 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-22 Thread Jukka Rissanen
The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. --- meta/recipes-connectivity/connman/connman-conf.bb | 8 +--- meta/recipes-connectivity/connman/connman/connman | 4 ++-- 2 files

[OE-core] [PATCH v2 2/2] connman-conf: Avoid appending IPv4 address

2013-03-22 Thread Jukka Rissanen
If run more than once, the IP addresses would be appended to IPv4 variable. Avoid that by rewriting the IPv4 always. --- meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2] connman-conf fixes

2013-03-18 Thread Jukka Rissanen
Hi, noticed some issues with connman-conf that is used to setup the ethernet in qemu image. Cheers, Jukka Jukka Rissanen (2): connman-conf: Move the setup script into /usr/lib/connman connman-conf: Avoid appending IPv4 address meta/recipes-connectivity/connman/connman-conf.bb

[OE-core] [PATCH] connman-conf: Initial systemd support

2013-03-18 Thread Jukka Rissanen
Create IPv4 address for ethernet in qemu image when systemd is in use. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- Hi, this patch will provision the ethernet IP address automatically in qemu image when systemd is being used. Cheers, Jukka .../connman/connman-conf.bbappend

[OE-core] [PATCH 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-18 Thread Jukka Rissanen
The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman-conf.bb | 8 +--- 1 file

[OE-core] [PATCH 2/2] connman-conf: Avoid appending IPv4 address

2013-03-18 Thread Jukka Rissanen
If run more than once, the IP addresses would be appended to IPv4 variable. Avoid that by rewriting the IPv4 always. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-18 Thread Jukka Rissanen
Hi Richard, On 18.03.2013 16:09, Richard Purdie wrote: On Mon, 2013-03-18 at 15:38 +0200, Jukka Rissanen wrote: The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. Signed-off-by: Jukka