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

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.