All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ltp-ddt: update to latest
@ 2016-05-20 16:42 Denys Dmytriyenko
  0 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2016-05-20 16:42 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
index 3a59067..88a60a3 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
-PR = "r13"
+PR = "r14"
 PV_append = "+git${SRCPV}"
 
 PROVIDES += "ltp"
@@ -16,7 +16,7 @@ inherit autotools-brokensep module-base kernel-module-split
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "f8fb51fe163d9e3ba3eee2122f4b9da0a844f6f0"
+SRCREV = "11d2be92d855aab435efaa83a78cd040e9a697af"
 BRANCH ?= "master"
 
 SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH} \
-- 
2.2.0



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

* [PATCH] ltp-ddt: Update to latest
@ 2020-10-07 15:57 Aparna Balasubramanian
  2020-10-07 15:59 ` Denys Dmytriyenko
  2020-10-07 16:07 ` Denys Dmytriyenko
  0 siblings, 2 replies; 10+ messages in thread
From: Aparna Balasubramanian @ 2020-10-07 15:57 UTC (permalink / raw)
  To: meta-arago, denys, dmurphy; +Cc: Aparna Balasubramanian

Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
---
 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
index 56a644e..fb0382d 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
@@ -11,10 +11,10 @@ PROVIDES += "ltp"
 DEPENDS += "alsa-lib"
 
 PE = "1"
-PR = "r5"
+PR = "r6"
 PV_append = "+git${SRCPV}"
 
-SRCREV = "9d8d90a7cba25bb1e61b41075ec4eab9bfc19d3d"
+SRCREV = "ec5af0cc27ccf2481ccee77dfed5edc21a805b91"
 BRANCH ?= "master"
 
 SRC_URI_remove = "git://github.com/linux-test-project/ltp.git"
-- 
2.7.4



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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-07 15:57 [PATCH] ltp-ddt: Update to latest Aparna Balasubramanian
@ 2020-10-07 15:59 ` Denys Dmytriyenko
  2020-10-07 16:02   ` Dan Murphy
  2020-10-07 16:07 ` Denys Dmytriyenko
  1 sibling, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2020-10-07 15:59 UTC (permalink / raw)
  To: Aparna Balasubramanian; +Cc: meta-arago

Looks good, thanks.

On Wed, Oct 07, 2020 at 10:57:58AM -0500, Aparna Balasubramanian wrote:
> Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
> ---
>  meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> index 56a644e..fb0382d 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> @@ -11,10 +11,10 @@ PROVIDES += "ltp"
>  DEPENDS += "alsa-lib"
>  
>  PE = "1"
> -PR = "r5"
> +PR = "r6"
>  PV_append = "+git${SRCPV}"
>  
> -SRCREV = "9d8d90a7cba25bb1e61b41075ec4eab9bfc19d3d"
> +SRCREV = "ec5af0cc27ccf2481ccee77dfed5edc21a805b91"
>  BRANCH ?= "master"
>  
>  SRC_URI_remove = "git://github.com/linux-test-project/ltp.git"
> -- 
> 2.7.4
> 


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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-07 15:59 ` Denys Dmytriyenko
@ 2020-10-07 16:02   ` Dan Murphy
  2020-10-07 16:09     ` Dan Murphy
  0 siblings, 1 reply; 10+ messages in thread
From: Dan Murphy @ 2020-10-07 16:02 UTC (permalink / raw)
  To: Denys Dmytriyenko, Aparna Balasubramanian; +Cc: meta-arago

Denys

On 10/7/20 10:59 AM, Denys Dmytriyenko wrote:
> Looks good, thanks.
How about a reviewed-by?


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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-07 15:57 [PATCH] ltp-ddt: Update to latest Aparna Balasubramanian
  2020-10-07 15:59 ` Denys Dmytriyenko
@ 2020-10-07 16:07 ` Denys Dmytriyenko
  1 sibling, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2020-10-07 16:07 UTC (permalink / raw)
  To: Aparna Balasubramanian; +Cc: meta-arago

On Wed, Oct 07, 2020 at 10:57:58AM -0500, Aparna Balasubramanian wrote:
> Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@ti.com>


> ---
>  meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> index 56a644e..fb0382d 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> @@ -11,10 +11,10 @@ PROVIDES += "ltp"
>  DEPENDS += "alsa-lib"
>  
>  PE = "1"
> -PR = "r5"
> +PR = "r6"
>  PV_append = "+git${SRCPV}"
>  
> -SRCREV = "9d8d90a7cba25bb1e61b41075ec4eab9bfc19d3d"
> +SRCREV = "ec5af0cc27ccf2481ccee77dfed5edc21a805b91"
>  BRANCH ?= "master"
>  
>  SRC_URI_remove = "git://github.com/linux-test-project/ltp.git"
> -- 
> 2.7.4
> 


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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-07 16:02   ` Dan Murphy
@ 2020-10-07 16:09     ` Dan Murphy
  0 siblings, 0 replies; 10+ messages in thread
From: Dan Murphy @ 2020-10-07 16:09 UTC (permalink / raw)
  To: Denys Dmytriyenko, Aparna Balasubramanian; +Cc: meta-arago

Aparna

On 10/7/20 11:02 AM, Dan Murphy wrote:
> Denys
>
> On 10/7/20 10:59 AM, Denys Dmytriyenko wrote:
>> Looks good, thanks.
> How about a reviewed-by?
> ______


applied to -next

Dan


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


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

* [PATCH] ltp-ddt: Update to latest
@ 2020-10-23 21:11 Aparna Balasubramanian
  2020-10-24 21:36 ` Dan Murphy
  0 siblings, 1 reply; 10+ messages in thread
From: Aparna Balasubramanian @ 2020-10-23 21:11 UTC (permalink / raw)
  To: meta-arago, denys, dmurphy; +Cc: Aparna Balasubramanian

Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
---
 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
index fb0382da..bcc8f958 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
@@ -14,7 +14,7 @@ PE = "1"
 PR = "r6"
 PV_append = "+git${SRCPV}"
 
-SRCREV = "ec5af0cc27ccf2481ccee77dfed5edc21a805b91"
+SRCREV = "e97fb1c59cbafc944e38de588cdc2565948116ef"
 BRANCH ?= "master"
 
 SRC_URI_remove = "git://github.com/linux-test-project/ltp.git"
-- 
2.17.1



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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-23 21:11 Aparna Balasubramanian
@ 2020-10-24 21:36 ` Dan Murphy
  2020-10-24 21:37   ` Balasubramanian, Aparna
  0 siblings, 1 reply; 10+ messages in thread
From: Dan Murphy @ 2020-10-24 21:36 UTC (permalink / raw)
  To: Aparna Balasubramanian, meta-arago, denys

Aparna

On 10/23/20 4:11 PM, Aparna Balasubramanian wrote:
> Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
> ---
>   meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> index fb0382da..bcc8f958 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> @@ -14,7 +14,7 @@ PE = "1"
>   PR = "r6"

Generally when you update the SHA you should update the PR version

I will fix it up

Dan




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

* Re: [PATCH] ltp-ddt: Update to latest
  2020-10-24 21:36 ` Dan Murphy
@ 2020-10-24 21:37   ` Balasubramanian, Aparna
  0 siblings, 0 replies; 10+ messages in thread
From: Balasubramanian, Aparna @ 2020-10-24 21:37 UTC (permalink / raw)
  To: Murphy, Dan, meta-arago@arago-project.org, Dmytriyenko, Denys

Sorry, missed that. Thanks, Dan.
Regards,
Aparna

-----Original Message-----
From: Murphy, Dan 
Sent: Saturday, October 24, 2020 4:37 PM
To: Balasubramanian, Aparna <aparnab@ti.com>; meta-arago@arago-project.org; Dmytriyenko, Denys <denys@ti.com>
Subject: Re: [PATCH] ltp-ddt: Update to latest

Aparna

On 10/23/20 4:11 PM, Aparna Balasubramanian wrote:
> Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
> ---
>   meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> index fb0382da..bcc8f958 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
> @@ -14,7 +14,7 @@ PE = "1"
>   PR = "r6"

Generally when you update the SHA you should update the PR version

I will fix it up

Dan



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

* [PATCH] ltp-ddt: Update to latest
@ 2020-11-11 22:21 Aparna Balasubramanian
  0 siblings, 0 replies; 10+ messages in thread
From: Aparna Balasubramanian @ 2020-11-11 22:21 UTC (permalink / raw)
  To: meta-arago, dmurphy; +Cc: Aparna Balasubramanian

Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
---
 .../recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
index c1cdbcf7..56eb4250 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb
@@ -11,10 +11,10 @@ PROVIDES += "ltp"
 DEPENDS += "alsa-lib"
 
 PE = "1"
-PR = "r7"
+PR = "r8"
 PV_append = "+git${SRCPV}"
 
-SRCREV = "e97fb1c59cbafc944e38de588cdc2565948116ef"
+SRCREV = "d82d554074a480fa59a458c9690171fc46312e0d"
 BRANCH ?= "master"
 
 SRC_URI_remove = "git://github.com/linux-test-project/ltp.git"
-- 
2.17.1



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

end of thread, other threads:[~2020-11-11 22:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 15:57 [PATCH] ltp-ddt: Update to latest Aparna Balasubramanian
2020-10-07 15:59 ` Denys Dmytriyenko
2020-10-07 16:02   ` Dan Murphy
2020-10-07 16:09     ` Dan Murphy
2020-10-07 16:07 ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2020-11-11 22:21 Aparna Balasubramanian
2020-10-23 21:11 Aparna Balasubramanian
2020-10-24 21:36 ` Dan Murphy
2020-10-24 21:37   ` Balasubramanian, Aparna
2016-05-20 16:42 [PATCH] ltp-ddt: update " 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.