All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikhil Devshatwar <nikhil.nd@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [zeus PATCH v1 2/2] recipes-devtools: statcol: New recipe for statistics collector
Date: Wed, 29 Apr 2020 12:30:14 +0530	[thread overview]
Message-ID: <19d49725-4c55-296f-7eeb-43cb9c0845a4@ti.com> (raw)
In-Reply-To: <20200427223706.GC395@beryl>

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



On 28/04/20 4:07 am, Denys Dmytriyenko wrote:
> On Sun, Apr 26, 2020 at 11:12:23PM +0530, nikhil.nd@ti.com wrote:
>> From: Nikhil Devshatwar <nikhil.nd@ti.com>
>>
>> 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 <nikhil.nd@ti.com>
>> ---
>>   ...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
>>


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

  reply	other threads:[~2020-04-29  7:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 17:42 [zeus PATCH v1 1/2] recipes-devtools: websocketd: Add new recipe for websocket app nikhil.nd
2020-04-26 17:42 ` [zeus PATCH v1 2/2] recipes-devtools: statcol: New recipe for statistics collector nikhil.nd
2020-04-27 22:37   ` Denys Dmytriyenko
2020-04-29  7:00     ` Nikhil Devshatwar [this message]
2020-04-27 22:37 ` [zeus PATCH v1 1/2] recipes-devtools: websocketd: Add new recipe for websocket app Denys Dmytriyenko
2020-04-29  7:01   ` Nikhil Devshatwar
2020-04-30 22:55     ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19d49725-4c55-296f-7eeb-43cb9c0845a4@ti.com \
    --to=nikhil.nd@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.