On 28/04/20 4:07 am, Denys Dmytriyenko wrote:
On Sun, Apr 26, 2020 at 11:12:23PM +0530, [email protected] wrote:
From: Nikhil Devshatwar <[email protected]>
Statistics Collector is userspace application which communicates
with remote processors to get the statistics data on target.
This can be printed command line or sent over network for
host-side visualization.
Signed-off-by: Nikhil Devshatwar <[email protected]>
---
...kagegroup-arago-tisdk-addons-sdk-target.bb | 1 +
.../recipes-devtools/statcol/statcol.bb | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 meta-arago-extras/recipes-devtools/statcol/statcol.bb
diff --git
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
index 54a59022..c6502a1f 100644
---
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
+++
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
@@ -135,6 +135,7 @@ UTILS_append_dra7xx = " can-utils-dev \
UTILS_append_k2g = " can-utils-dev"
UTILS_append_k3 = " can-utils-dev \
websocketd \
+ statcol \
"
EXTRA_LIBS = ""
diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
new file mode 100644
index 00000000..b87d940b
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Statistics collector application"
+
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
+
+PROTOCOL = "git"
+BRANCH = "master"
+SRCREV = "80bac9aa2d20160197b336ab3c82ce9080091978"
+SRC_URI =
"git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
+
+DEPENDS = "rpmsg-char-helper websocketd"
Missing dependency on rpmsg-char-helper
Oh, I thought this has been upstreamed to meta-arago. Since the coresdk
has support for rpmsg-char.
I will post the recipe for rpmsg-char-helper.
Regards,
Nikhil D
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${CROSS_COMPILE}"
+
+do_install() {
+ DESTDIR=${D} make install
+}
--
2.17.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago