All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests
@ 2012-07-12 17:54 andrei
  2012-07-12 17:58 ` [PATCH 1/2] connman: Update to version 1.3 andrei
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: andrei @ 2012-07-12 17:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrei Gherzan

From: Andrei Gherzan <andrei@gherzan.ro>

Machine tested: qemux86

Tests done on connman-gnome
	OnlineMode / OfflineMode
	Enable / Disable Wired Networks
	Set manual IP configuration

Tests on connman v.1.3
	addr-test
	iptables-test
	polkit-test
	get-global-timeservers
	get-proxy-autoconfig
	get-services
	get-state
	list-services
	show-introspection
	test-clock
	test-connman
	test-counter
	test-manager
	test-session

The following changes since commit 90ad663909c0c8a405b22a510c9f957007d02669:

  upstream_tracking: update boost (2012-07-09 17:21:38 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ag/connman
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/connman

Andrei Gherzan (2):
  connman: Update to version 1.3
  connman.inc: Add missing dependencies needed by some tests

 meta/recipes-connectivity/connman/connman.inc      |    4 ++--
 .../connman/{connman_1.0.bb => connman_1.3.bb}     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.0.bb => connman_1.3.bb} (82%)

-- 
1.7.9.5




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

* [PATCH 1/2] connman: Update to version 1.3
  2012-07-12 17:54 [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests andrei
@ 2012-07-12 17:58 ` andrei
  2012-07-12 17:58 ` [PATCH 2/2] connman.inc: Add missing dependencies needed by some tests andrei
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: andrei @ 2012-07-12 17:58 UTC (permalink / raw)
  To: openembedded-core

From: Andrei Gherzan <andrei.gherzan@windriver.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 .../connman/{connman_1.0.bb => connman_1.3.bb}     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.0.bb => connman_1.3.bb} (82%)

diff --git a/meta/recipes-connectivity/connman/connman_1.0.bb b/meta/recipes-connectivity/connman/connman_1.3.bb
similarity index 82%
rename from meta/recipes-connectivity/connman/connman_1.0.bb
rename to meta/recipes-connectivity/connman/connman_1.3.bb
index 926d22e..1e3d138 100644
--- a/meta/recipes-connectivity/connman/connman_1.0.bb
+++ b/meta/recipes-connectivity/connman/connman_1.3.bb
@@ -1,7 +1,7 @@
 require connman.inc
 
-# 1.0 tag
-SRCREV = "6d6f312fb2b751b4cf7037f2a526c7785364732f"
+# 1.3 tag
+SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
 SRC_URI  = "git://git.kernel.org/pub/scm/network/connman/connman.git \
             file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
             file://add_xuser_dbus_permission.patch \
-- 
1.7.9.5




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

* [PATCH 2/2] connman.inc: Add missing dependencies needed by some tests
  2012-07-12 17:54 [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests andrei
  2012-07-12 17:58 ` [PATCH 1/2] connman: Update to version 1.3 andrei
@ 2012-07-12 17:58 ` andrei
  2012-07-12 19:53 ` [PATCH 0/2] Update connman to v1.3 and fix dependencies for " Burton, Ross
  2012-07-15 17:22 ` Saul Wold
  3 siblings, 0 replies; 6+ messages in thread
From: andrei @ 2012-07-12 17:58 UTC (permalink / raw)
  To: openembedded-core

From: Andrei Gherzan <andrei.gherzan@windriver.com>

Some tests need:
* gobject and optparse module (ex: test-session)
* subprocess and fnctl module (ex: backtrace)
* urllib module (ex: get-proxy-autoconfig)

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 meta/recipes-connectivity/connman/connman.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 12378e9..58cac0b 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
             "
 
-INC_PR = "r11"
+INC_PR = "r12"
 
 TIST = "--enable-tist"
 TIST_powerpc = ""
@@ -113,7 +113,7 @@ PACKAGES =+ "${PN}-tools ${PN}-tests"
 FILES_${PN}-tools = "${bindir}/wispr"
 
 FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
-RDEPENDS_${PN}-tests = "python-dbus"
+RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient"
 
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
             ${libdir}/connman/plugins \
-- 
1.7.9.5




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

* Re: [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests
  2012-07-12 17:54 [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests andrei
  2012-07-12 17:58 ` [PATCH 1/2] connman: Update to version 1.3 andrei
  2012-07-12 17:58 ` [PATCH 2/2] connman.inc: Add missing dependencies needed by some tests andrei
@ 2012-07-12 19:53 ` Burton, Ross
  2012-07-15 17:22 ` Saul Wold
  3 siblings, 0 replies; 6+ messages in thread
From: Burton, Ross @ 2012-07-12 19:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Andrei Gherzan

Looks good!

Acked-By: Ross Burton <ross.burton@intel.com>



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

* Re: [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests
  2012-07-12 17:54 [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests andrei
                   ` (2 preceding siblings ...)
  2012-07-12 19:53 ` [PATCH 0/2] Update connman to v1.3 and fix dependencies for " Burton, Ross
@ 2012-07-15 17:22 ` Saul Wold
  2012-07-15 20:23   ` Andrei Gherzan
  3 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2012-07-15 17:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Andrei Gherzan

On 07/12/2012 10:54 AM, andrei@gherzan.ro wrote:
> From: Andrei Gherzan <andrei@gherzan.ro>
>
> Machine tested: qemux86
>
> Tests done on connman-gnome
> 	OnlineMode / OfflineMode
> 	Enable / Disable Wired Networks
> 	Set manual IP configuration
>
> Tests on connman v.1.3
> 	addr-test
> 	iptables-test
> 	polkit-test
> 	get-global-timeservers
> 	get-proxy-autoconfig
> 	get-services
> 	get-state
> 	list-services
> 	show-introspection
> 	test-clock
> 	test-connman
> 	test-counter
> 	test-manager
> 	test-session
>
> The following changes since commit 90ad663909c0c8a405b22a510c9f957007d02669:
>
>    upstream_tracking: update boost (2012-07-09 17:21:38 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib ag/connman
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/connman
>
> Andrei Gherzan (2):
>    connman: Update to version 1.3
>    connman.inc: Add missing dependencies needed by some tests
>
>   meta/recipes-connectivity/connman/connman.inc      |    4 ++--
>   .../connman/{connman_1.0.bb => connman_1.3.bb}     |    4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
>   rename meta/recipes-connectivity/connman/{connman_1.0.bb => connman_1.3.bb} (82%)
>

I am seeing connman fail to start across the Autobuilder sanity tests, I 
know you are investigating a mips failure, but there might be something 
else going on also.

I do not have anything more specific.

Thanks
	Sau!





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

* Re: [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests
  2012-07-15 17:22 ` Saul Wold
@ 2012-07-15 20:23   ` Andrei Gherzan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2012-07-15 20:23 UTC (permalink / raw)
  To: Saul Wold; +Cc: Andrei Gherzan, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]

On Sun, Jul 15, 2012 at 8:22 PM, Saul Wold <sgw@linux.intel.com> wrote:

> On 07/12/2012 10:54 AM, andrei@gherzan.ro wrote:
>
>> From: Andrei Gherzan <andrei@gherzan.ro>
>>
>> Machine tested: qemux86
>>
>> Tests done on connman-gnome
>>         OnlineMode / OfflineMode
>>         Enable / Disable Wired Networks
>>         Set manual IP configuration
>>
>> Tests on connman v.1.3
>>         addr-test
>>         iptables-test
>>         polkit-test
>>         get-global-timeservers
>>         get-proxy-autoconfig
>>         get-services
>>         get-state
>>         list-services
>>         show-introspection
>>         test-clock
>>         test-connman
>>         test-counter
>>         test-manager
>>         test-session
>>
>> The following changes since commit 90ad663909c0c8a405b22a510c9f95**
>> 7007d02669:
>>
>>    upstream_tracking: update boost (2012-07-09 17:21:38 +0100)
>>
>> are available in the git repository at:
>>
>>    git://git.yoctoproject.org/**poky-contrib<http://git.yoctoproject.org/poky-contrib>ag/connman
>>    http://git.yoctoproject.org/**cgit.cgi/poky-contrib/log/?h=**
>> ag/connman<http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/connman>
>>
>> Andrei Gherzan (2):
>>    connman: Update to version 1.3
>>    connman.inc: Add missing dependencies needed by some tests
>>
>>   meta/recipes-connectivity/**connman/connman.inc      |    4 ++--
>>   .../connman/{connman_1.0.bb => connman_1.3.bb}     |    4 ++--
>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>   rename meta/recipes-connectivity/**connman/{connman_1.0.bb =>
>> connman_1.3.bb} (82%)
>>
>>
> I am seeing connman fail to start across the Autobuilder sanity tests, I
> know you are investigating a mips failure, but there might be something
> else going on also.
>
> I do not have anything more specific.
>
>
I wanted to investigate this on my build... unfortunately it crashed it
perf... sent email on this topic.

Anyway i will investigate this connman issue further more.

ag

[-- Attachment #2: Type: text/html, Size: 2959 bytes --]

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

end of thread, other threads:[~2012-07-15 20:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 17:54 [PATCH 0/2] Update connman to v1.3 and fix dependencies for some tests andrei
2012-07-12 17:58 ` [PATCH 1/2] connman: Update to version 1.3 andrei
2012-07-12 17:58 ` [PATCH 2/2] connman.inc: Add missing dependencies needed by some tests andrei
2012-07-12 19:53 ` [PATCH 0/2] Update connman to v1.3 and fix dependencies for " Burton, Ross
2012-07-15 17:22 ` Saul Wold
2012-07-15 20:23   ` Andrei Gherzan

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.