All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support
@ 2021-02-16 14:56 Keerthy
  2021-02-21 11:01 ` R, Karthik
  0 siblings, 1 reply; 3+ messages in thread
From: Keerthy @ 2021-02-16 14:56 UTC (permalink / raw)
  To: meta-arago; +Cc: j-keerthy, karthik.ramanan, Keerthy

From: Keerthy <a0393675@ti.com>

Add power monitoring support

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
index bb841d08..12e10bcf 100644
--- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
 
 PROTOCOL = "git"
 BRANCH = "master"
-SRCREV = "6420b4e6d98dc2c6825557d7d6f56ffd52fd230c"
+SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
 SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
 DEPENDS = "ti-rpmsg-char websocketd"
@@ -18,3 +18,5 @@ EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${TARGET_PREFIX}"
 do_install() {
 	DESTDIR=${D} make install
 }
+
+PR_append = "_3"
-- 
2.17.1



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

* Re: [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support
  2021-02-16 14:56 [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support Keerthy
@ 2021-02-21 11:01 ` R, Karthik
  2021-02-22  3:46   ` Praneeth Bajjuri
  0 siblings, 1 reply; 3+ messages in thread
From: R, Karthik @ 2021-02-21 11:01 UTC (permalink / raw)
  To: J, KEERTHY, meta-arago

ACK

-----Original Message-----
From: J, KEERTHY 
Sent: Tuesday, 16 February, 2021 8:27 PM
To: meta-arago@arago-project.org
Cc: Weaver, Lucas <l-weaver@ti.com>; J, KEERTHY <j-keerthy@ti.com>; R, Karthik <karthik.ramanan@ti.com>; J, KEERTHY <j-keerthy@ti.com>
Subject: [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support

From: Keerthy <a0393675@ti.com>

Add power monitoring support

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
index bb841d08..12e10bcf 100644
--- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
 
 PROTOCOL = "git"
 BRANCH = "master"
-SRCREV = "6420b4e6d98dc2c6825557d7d6f56ffd52fd230c"
+SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
 SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
 DEPENDS = "ti-rpmsg-char websocketd"
@@ -18,3 +18,5 @@ EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${TARGET_PREFIX}"
 do_install() {
 	DESTDIR=${D} make install
 }
+
+PR_append = "_3"
-- 
2.17.1



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

* Re: [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support
  2021-02-21 11:01 ` R, Karthik
@ 2021-02-22  3:46   ` Praneeth Bajjuri
  0 siblings, 0 replies; 3+ messages in thread
From: Praneeth Bajjuri @ 2021-02-22  3:46 UTC (permalink / raw)
  To: R, Karthik, J, KEERTHY, meta-arago



On 2/21/21 5:01 AM, R, Karthik wrote:
> ACK
> 
> -----Original Message-----
> From: J, KEERTHY
> Sent: Tuesday, 16 February, 2021 8:27 PM
> To: meta-arago@arago-project.org
> Cc: Weaver, Lucas <l-weaver@ti.com>; J, KEERTHY <j-keerthy@ti.com>; R, Karthik <karthik.ramanan@ti.com>; J, KEERTHY <j-keerthy@ti.com>
> Subject: [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support

Assuming the patch is for dunfell and master. Please use in subject all 
applicable branches.


> 
> From: Keerthy <a0393675@ti.com>

In future : update the settings to reflect your emailid <same as 
"signed-off" line >

For now. I am going to manually update it while i pull to dunfell and 
master branches

> 
> Add power monitoring support
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>   meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> index bb841d08..12e10bcf 100644
> --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
>   
>   PROTOCOL = "git"
>   BRANCH = "master"
> -SRCREV = "6420b4e6d98dc2c6825557d7d6f56ffd52fd230c"
> +SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
>   SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
>   
>   DEPENDS = "ti-rpmsg-char websocketd"
> @@ -18,3 +18,5 @@ EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${TARGET_PREFIX}"
>   do_install() {
>   	DESTDIR=${D} make install
>   }
> +
> +PR_append = "_3"
> 


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

end of thread, other threads:[~2021-02-22  3:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 14:56 [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support Keerthy
2021-02-21 11:01 ` R, Karthik
2021-02-22  3:46   ` Praneeth Bajjuri

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.