Hi Ross,
On pe, 2015-05-01 at 15:03 +0100, Burton, Ross wrote:
>
> On 1 May 2015 at 12:41, Jukka Rissanen
> wrote:
> The automake option --disable-dependency-tracking does not
> work nicely
> with ConnMan 1.29 release.
> The reas
auto
generated files / directories are created during compilation. Earlier
they were generated by configure script.
Signed-off-by: Jukka Rissanen
---
Hi,
I tried ConnMan 1.29 with fido and dizzy releases and this change
is required there. I assume the same problem will be seen in master
also. Poky
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
>
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
---
meta/recipes-connectivity/connman/connman.inc | 6 ++
1 file changed, 2
split/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
---
...ild-libppp-plugin-without-versioning-info.patch | 48 ++
split/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
---
...ild-libppp-plugin-without-versioning-info.patch | 32 ++
Hi Ross,
On ma, 2014-07-21 at 11:55 +0100, Burton, Ross wrote:
> On 21 July 2014 11:03, Jukka Rissanen 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 alway
p/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
---
Hi,
just upgraded to head 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb in master and
started
to see thi
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
-This release contains a few important bugfixes in addition
to a few new features.
So it fixes some old bugs and poten
The commit c73487302270a7c2d3191ce1dd63ee2016dc missed the case
where the NFS is using DHCP.
[YOCTO #5176]
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman/connman | 23 +++
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/meta
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[3
Hi Muhammad,
On 13.09.2013 14:50, Shakeel, Muhammad wrote:
From: Muhammad Shakeel
- --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 installed explicitly. Our intenti
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
---
meta/recipes-connectivity/connman/connman/connman | 14 --
1 file changed
Signed-off-by: Jukka Rissanen
---
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 ++
meta/recipes
Signed-off-by: Jukka Rissanen
---
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 | 1 +
2 files changed, 75
Hi Ross,
On 01.08.2013 20:04, Burton, Ross wrote:
On 1 August 2013 16:01, Jukka Rissanen 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
distro has an updated
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes
oFono test scripts are very useful so enable those by default.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/ofono/ofono.inc | 3 ++-
meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 ---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity
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
---
meta/recipes-connectivity/ofono/ofono.inc | 1 +
meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 -
meta/recipes-connectivity/ofono
:
Patch 1 enables systemd support which was missing from the ofono
recipe.
Patch 2 moves bluetooth enabling from .bb file into ofono.inc so
it needs to be done in only one place.
Patch 3 enables test scripts which are very useful for getting
cellular contexts up and running.
Cheers,
Jukka
Jukka
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
---
meta/recipes-connectivity/ofono/ofono.inc | 5 -
meta/recipes-connectivity/ofono/ofono_1.12.bb | 5 +
2 files changed, 5 insertions(+), 5 deletions
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
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
---
meta/recipes-connectivity
Hi Saul,
On 26.07.2013 21:52, Saul Wold wrote:
On 07/26/2013 05:35 AM, Jukka Rissanen wrote:
oFono test scripts are very useful so enable those by default.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/ofono/ofono.inc | 3 ++-
meta/recipes-connectivity/ofono/ofono_1.12
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
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
---
meta/recipes-connectivity/ofono/ofono.inc | 1 +
meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 -
meta/recipes-connectivity/ofono
oFono test scripts are very useful so enable those by default.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/ofono/ofono.inc | 3 ++-
meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 ---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity
Signed-off-by: Jukka Rissanen
---
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..7852337 100644
--- a/meta/recipes
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
---
meta/recipes-connectivity/connman/connman.inc | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes
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
---
meta/recipes-connectivity/connman/connma
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes
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
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
Signed-off-by: Jukka Rissanen
---
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 100644
--- a/meta/recipes
Signed-off-by: Jukka Rissanen
---
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 100644
--- a/meta/recipes
Signed-off-by: Jukka Rissanen
---
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 100644
--- a/meta/recipes
Signed-off-by: Jukka Rissanen
---
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 100644
--- a/meta/recipes
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
---
meta/recipes-connectivity/connman/connma
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
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes-connectivity
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes-connectivity
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes-connectivity
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
If DISTRO_FEATURES contains vpn, then enable vpn support in ConnMan.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/connman/connman.inc | 27 +--
1 file changed, 25 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b
Signed-off-by: Jukka Rissanen
---
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
--- a/meta/recipes-connectivity
This way it is easier to override settings if needed.
Signed-off-by: Jukka Rissanen
---
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 |
This way it is easier to override settings if needed.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/neard/neard.inc | 59 ++
meta/recipes-connectivity/neard/neard_0.10.bb | 60 +--
2 files changed, 60 insertions(+), 59 deletions
Signed-off-by: Jukka Rissanen
---
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 meta/recipes-connectivity
Signed-off-by: Jukka Rissanen
---
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 100644
--- a/meta/recipes
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
This way it is easier to override settings if needed.
Signed-off-by: Jukka Rissanen
---
meta/recipes-connectivity/neard/neard.inc | 59 +++
meta/recipes-connectivity/neard/neard_0.10.bb | 11 +
meta/recipes-connectivity/neard/neard_0.9.bb | 69
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 a/meta/recipes-connectivity/connman/connman-
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 changed
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
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
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
---
meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta
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
---
meta/recipes-connectivity/connman/connman-conf.bb | 8 +---
1 file changed, 5 insertions(+), 3
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
Create IPv4 address for ethernet in qemu image when systemd is
in use.
Signed-off-by: Jukka Rissanen
---
Hi,
this patch will provision the ethernet IP address automatically
in qemu image when systemd is being used.
Cheers,
Jukka
.../connman/connman-conf.bbappend | 19
62 matches
Mail list logo