All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-arago-test: Add memtester
@ 2013-07-05 16:09 Carlos Hernandez
  2013-07-06 13:56 ` Dmytriyenko, Denys
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Hernandez @ 2013-07-05 16:09 UTC (permalink / raw)
  To: meta-arago

memtester is a userspace utility for testing the memory subsystem.

Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
 .../packagegroups/packagegroup-arago-test.bb       |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
index a52b84a..230b9af 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
@@ -15,6 +15,7 @@ ARAGO_TEST = "\
     rt-tests \
     evtest \
     bc \
+    memtester \
     "
 
 ARAGO_TI_TEST = "\
-- 
1.7.9.5



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

* Re: [PATCH] packagegroup-arago-test: Add memtester
  2013-07-05 16:09 [PATCH] packagegroup-arago-test: Add memtester Carlos Hernandez
@ 2013-07-06 13:56 ` Dmytriyenko, Denys
  2013-07-23 17:17   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Dmytriyenko, Denys @ 2013-07-06 13:56 UTC (permalink / raw)
  To: meta-arago@arago-project.org, Hernandez, Carlos

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

PR bump?


Denys


-----Original Message-----
From: Hernandez, Carlos [ceh@ti.com]
Received: Friday, 05 Jul 2013, 12:09
To: meta-arago@arago-project.org [meta-arago@arago-project.org]
Subject: [meta-arago] [PATCH] packagegroup-arago-test: Add memtester

memtester is a userspace utility for testing the memory subsystem.

Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
 .../packagegroups/packagegroup-arago-test.bb       |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
index a52b84a..230b9af 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
@@ -15,6 +15,7 @@ ARAGO_TEST = "\
     rt-tests \
     evtest \
     bc \
+    memtester \
     "

 ARAGO_TI_TEST = "\
--
1.7.9.5

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

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

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

* Re: [PATCH] packagegroup-arago-test: Add memtester
  2013-07-06 13:56 ` Dmytriyenko, Denys
@ 2013-07-23 17:17   ` Denys Dmytriyenko
  2013-07-23 17:42     ` Carlos Hernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-07-23 17:17 UTC (permalink / raw)
  To: meta-arago@arago-project.org, Hernandez, Carlos

Ping.

On Sat, Jul 06, 2013 at 01:56:38PM +0000, Dmytriyenko, Denys wrote:
> PR bump?
> 
> 
> Denys
> 
> 
> -----Original Message-----
> From: Hernandez, Carlos [ceh@ti.com]
> Received: Friday, 05 Jul 2013, 12:09
> To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> Subject: [meta-arago] [PATCH] packagegroup-arago-test: Add memtester
> 
> memtester is a userspace utility for testing the memory subsystem.
> 
> Signed-off-by: Carlos Hernandez <ceh@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-test.bb       |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> index a52b84a..230b9af 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> @@ -15,6 +15,7 @@ ARAGO_TEST = "\
>      rt-tests \
>      evtest \
>      bc \
> +    memtester \
>      "
> 
>  ARAGO_TI_TEST = "\
> --
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [PATCH] packagegroup-arago-test: Add memtester
  2013-07-23 17:17   ` Denys Dmytriyenko
@ 2013-07-23 17:42     ` Carlos Hernandez
  2013-07-23 18:26       ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Hernandez @ 2013-07-23 17:42 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org

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

Denys,

I submitted it last week, see attachment.

Carlos
On 07/23/2013 01:17 PM, Denys Dmytriyenko wrote:
> Ping.
>
> On Sat, Jul 06, 2013 at 01:56:38PM +0000, Dmytriyenko, Denys wrote:
>> PR bump?
>>
>>
>> Denys
>>
>>
>> -----Original Message-----
>> From: Hernandez, Carlos [ceh@ti.com]
>> Received: Friday, 05 Jul 2013, 12:09
>> To: meta-arago@arago-project.org [meta-arago@arago-project.org]
>> Subject: [meta-arago] [PATCH] packagegroup-arago-test: Add memtester
>>
>> memtester is a userspace utility for testing the memory subsystem.
>>
>> Signed-off-by: Carlos Hernandez <ceh@ti.com>
>> ---
>>   .../packagegroups/packagegroup-arago-test.bb       |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
>> index a52b84a..230b9af 100644
>> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
>> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
>> @@ -15,6 +15,7 @@ ARAGO_TEST = "\
>>       rt-tests \
>>       evtest \
>>       bc \
>> +    memtester \
>>       "
>>
>>   ARAGO_TI_TEST = "\
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[-- Attachment #2: [meta-arago][PATCH v2] packagegroup-arago-test: Add memtester.eml --]
[-- Type: message/rfc822, Size: 2032 bytes --]

From: Carlos Hernandez <ceh@ti.com>
To: <arago-project.org@a0850405-off1>
Cc: Carlos Hernandez <ceh@ti.com>
Subject: [meta-arago][PATCH v2] packagegroup-arago-test: Add memtester
Date: Mon, 15 Jul 2013 17:05:00 -0400
Message-ID: <1373922300-9705-1-git-send-email-ceh@ti.com>

memtester is a userspace utility for testing the memory subsystem.

Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
 .../packagegroups/packagegroup-arago-test.bb       |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
index a52b84a..41f6ba9 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Extended task to get System Test specific apps"
 LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
 
 inherit packagegroup
 
@@ -15,6 +15,7 @@ ARAGO_TEST = "\
     rt-tests \
     evtest \
     bc \
+    memtester \
     "
 
 ARAGO_TI_TEST = "\
-- 
1.7.9.5


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

* Re: [PATCH] packagegroup-arago-test: Add memtester
  2013-07-23 17:42     ` Carlos Hernandez
@ 2013-07-23 18:26       ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-07-23 18:26 UTC (permalink / raw)
  To: Carlos Hernandez; +Cc: meta-arago@arago-project.org

Carlos,

It didn't make the list, as the To: field was wrong - see the headers from 
your email below:

From: Carlos Hernandez <ceh@ti.com>
To: <arago-project.org@a0850405-off1>
CC: Carlos Hernandez <ceh@ti.com>
Subject: [meta-arago][PATCH v2] packagegroup-arago-test: Add memtester

I can take it from the attachment, if you don't want to re-sent it again...

-- 
Denys


On Tue, Jul 23, 2013 at 01:42:08PM -0400, Carlos Hernandez wrote:
> Denys,
> 
> I submitted it last week, see attachment.
> 
> Carlos
> On 07/23/2013 01:17 PM, Denys Dmytriyenko wrote:
> >Ping.
> >
> >On Sat, Jul 06, 2013 at 01:56:38PM +0000, Dmytriyenko, Denys wrote:
> >>PR bump?
> >>
> >>
> >>Denys
> >>
> >>
> >>-----Original Message-----
> >>From: Hernandez, Carlos [ceh@ti.com]
> >>Received: Friday, 05 Jul 2013, 12:09
> >>To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> >>Subject: [meta-arago] [PATCH] packagegroup-arago-test: Add memtester
> >>
> >>memtester is a userspace utility for testing the memory subsystem.
> >>
> >>Signed-off-by: Carlos Hernandez <ceh@ti.com>
> >>---
> >>  .../packagegroups/packagegroup-arago-test.bb       |    1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >>diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> >>index a52b84a..230b9af 100644
> >>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> >>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> >>@@ -15,6 +15,7 @@ ARAGO_TEST = "\
> >>      rt-tests \
> >>      evtest \
> >>      bc \
> >>+    memtester \
> >>      "
> >>
> >>  ARAGO_TI_TEST = "\
> >>--
> >>1.7.9.5
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 

Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE70.ent.ti.com
 (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Mon, 15 Jul 2013
 16:05:04 -0500
Received: from a0850405-off1 (a0850405-off1.am.dhcp.ti.com [158.218.103.10])
	by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r6FL5436019124	for
 <ceh@ti.com>; Mon, 15 Jul 2013 16:05:04 -0500
Received: from a0850405 by a0850405-off1 with local (Exim 4.76)	(envelope-from
 <a0850405@a0850405-off1>)	id 1Uypx9-0002X9-Rx; Mon, 15 Jul 2013 17:05:03
 -0400
From: Carlos Hernandez <ceh@ti.com>
To: <arago-project.org@a0850405-off1>
CC: Carlos Hernandez <ceh@ti.com>
Subject: [meta-arago][PATCH v2] packagegroup-arago-test: Add memtester
Date: Mon, 15 Jul 2013 17:05:00 -0400
Message-ID: <1373922300-9705-1-git-send-email-ceh@ti.com>
X-Mailer: git-send-email 1.7.9.5
Content-Type: text/plain
Return-Path: a0850405@a0850405-off1
X-MS-Exchange-Organization-AuthSource: DLEE70.ent.ti.com
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 10
X-MS-Exchange-Organization-AVStamp-Mailbox: SYMANTEC;485425344;0;info
MIME-Version: 1.0
> 
> memtester is a userspace utility for testing the memory subsystem.
> 
> Signed-off-by: Carlos Hernandez <ceh@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-test.bb       |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> index a52b84a..41f6ba9 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Extended task to get System Test specific apps"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>  
>  inherit packagegroup
>  
> @@ -15,6 +15,7 @@ ARAGO_TEST = "\
>      rt-tests \
>      evtest \
>      bc \
> +    memtester \
>      "
>  
>  ARAGO_TI_TEST = "\
> -- 
> 1.7.9.5
> 



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

end of thread, other threads:[~2013-07-23 18:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 16:09 [PATCH] packagegroup-arago-test: Add memtester Carlos Hernandez
2013-07-06 13:56 ` Dmytriyenko, Denys
2013-07-23 17:17   ` Denys Dmytriyenko
2013-07-23 17:42     ` Carlos Hernandez
2013-07-23 18:26       ` Denys Dmytriyenko

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.