* [PATCH 0/2] Add new comm tools to testapps
@ 2014-03-13 9:45 Cristian Iorga
2014-03-13 9:45 ` [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools Cristian Iorga
2014-03-13 9:45 ` [PATCH 2/2] packagegroup-core-tools-testapps: added connman tools and tests Cristian Iorga
0 siblings, 2 replies; 8+ messages in thread
From: Cristian Iorga @ 2014-03-13 9:45 UTC (permalink / raw)
To: openembedded-core
Add new tools related to connman and ofono into the
packagegroup-core-tools-testapps packagegroup.
Useful for investigating/debugging comm issues/features.
The following changes since commit 463cd34f8c17c67c4f3adf3468424730b22f3974:
Create gstreamer-1.0 package groups (2014-03-12 06:15:09 -0700)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/tools-testapps
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/tools-testapps
Cristian Iorga (2):
packagegroup-core-tools-testapp: added 3G tools
packagegroup-core-tools-testapps: added connman tools and tests
.../packagegroups/packagegroup-core-tools-testapps.bb | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
1.8.3.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 9:45 [PATCH 0/2] Add new comm tools to testapps Cristian Iorga
@ 2014-03-13 9:45 ` Cristian Iorga
2014-03-13 10:09 ` Burton, Ross
2014-03-13 9:45 ` [PATCH 2/2] packagegroup-core-tools-testapps: added connman tools and tests Cristian Iorga
1 sibling, 1 reply; 8+ messages in thread
From: Cristian Iorga @ 2014-03-13 9:45 UTC (permalink / raw)
To: openembedded-core
Added ofono tests package.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 4b8f99b..5a55591 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -5,7 +5,7 @@
SUMMARY = "Testing tools/applications"
LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
inherit packagegroup
@@ -29,6 +29,10 @@ GLTOOLS = "\
piglit \
"
+3GTOOLS = "\
+ ofono-tests \
+ "
+
X11TOOLS = "\
fstests \
owl-video \
@@ -53,4 +57,5 @@ RDEPENDS_${PN} = "\
connman-client \
${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \
+ ${@base_contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \
"
--
1.8.3.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/2] packagegroup-core-tools-testapps: added connman tools and tests
2014-03-13 9:45 [PATCH 0/2] Add new comm tools to testapps Cristian Iorga
2014-03-13 9:45 ` [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools Cristian Iorga
@ 2014-03-13 9:45 ` Cristian Iorga
1 sibling, 0 replies; 8+ messages in thread
From: Cristian Iorga @ 2014-03-13 9:45 UTC (permalink / raw)
To: openembedded-core
Added connman-tools and connman-tests packages.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 5a55591..f2c02d2 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -5,7 +5,7 @@
SUMMARY = "Testing tools/applications"
LICENSE = "MIT"
-PR = "r3"
+PR = "r4"
inherit packagegroup
@@ -54,6 +54,8 @@ RDEPENDS_${PN} = "\
gst-meta-video \
gst-meta-audio \
ltp \
+ connman-tools \
+ connman-tests \
connman-client \
${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \
--
1.8.3.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 9:45 ` [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools Cristian Iorga
@ 2014-03-13 10:09 ` Burton, Ross
2014-03-13 10:20 ` Iorga, Cristian
0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2014-03-13 10:09 UTC (permalink / raw)
To: Cristian Iorga; +Cc: OE-core
On 13 March 2014 09:45, Cristian Iorga <cristian.iorga@intel.com> wrote:
> -PR = "r2"
> +PR = "r3"
No need to bump PR.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 10:09 ` Burton, Ross
@ 2014-03-13 10:20 ` Iorga, Cristian
2014-03-13 10:32 ` Burton, Ross
2014-03-13 10:33 ` Paul Eggleton
0 siblings, 2 replies; 8+ messages in thread
From: Iorga, Cristian @ 2014-03-13 10:20 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
But in this case, can be removed?
/Cristian
-----Original Message-----
From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Thursday, March 13, 2014 12:10 PM
To: Iorga, Cristian
Cc: OE-core
Subject: Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
On 13 March 2014 09:45, Cristian Iorga <cristian.iorga@intel.com> wrote:
> -PR = "r2"
> +PR = "r3"
No need to bump PR.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 10:20 ` Iorga, Cristian
@ 2014-03-13 10:32 ` Burton, Ross
2014-03-13 10:33 ` Paul Eggleton
1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2014-03-13 10:32 UTC (permalink / raw)
To: Iorga, Cristian; +Cc: OE-core
On 13 March 2014 10:20, Iorga, Cristian <cristian.iorga@intel.com> wrote:
> But in this case, can be removed?
Nope, then it would go back to r0. It will have to stay forever.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 10:20 ` Iorga, Cristian
2014-03-13 10:32 ` Burton, Ross
@ 2014-03-13 10:33 ` Paul Eggleton
2014-03-13 10:37 ` Iorga, Cristian
1 sibling, 1 reply; 8+ messages in thread
From: Paul Eggleton @ 2014-03-13 10:33 UTC (permalink / raw)
To: Iorga, Cristian; +Cc: openembedded-core
On Thursday 13 March 2014 10:20:09 Iorga, Cristian wrote:
> > No need to bump PR.
>
> But in this case, can be removed?
Not if PV is staying the same, no.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
2014-03-13 10:33 ` Paul Eggleton
@ 2014-03-13 10:37 ` Iorga, Cristian
0 siblings, 0 replies; 8+ messages in thread
From: Iorga, Cristian @ 2014-03-13 10:37 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-core@lists.openembedded.org
OK, thanks for the explanation, will resend.
/Cristian
-----Original Message-----
From: Paul Eggleton [mailto:paul.eggleton@linux.intel.com]
Sent: Thursday, March 13, 2014 12:33 PM
To: Iorga, Cristian
Cc: Burton, Ross; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools
On Thursday 13 March 2014 10:20:09 Iorga, Cristian wrote:
> > No need to bump PR.
>
> But in this case, can be removed?
Not if PV is staying the same, no.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-03-13 10:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 9:45 [PATCH 0/2] Add new comm tools to testapps Cristian Iorga
2014-03-13 9:45 ` [PATCH 1/2] packagegroup-core-tools-testapp: added 3G tools Cristian Iorga
2014-03-13 10:09 ` Burton, Ross
2014-03-13 10:20 ` Iorga, Cristian
2014-03-13 10:32 ` Burton, Ross
2014-03-13 10:33 ` Paul Eggleton
2014-03-13 10:37 ` Iorga, Cristian
2014-03-13 9:45 ` [PATCH 2/2] packagegroup-core-tools-testapps: added connman tools and tests Cristian Iorga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox