From: Denys Dmytriyenko <denys@ti.com>
To: <nikhil.nd@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [zeus PATCH v2 2/2] recipes-devtools: statcol: New recipe for statistics collector
Date: Thu, 30 Apr 2020 21:45:46 -0400 [thread overview]
Message-ID: <20200501014545.GF11212@beryl> (raw)
In-Reply-To: <20200430103558.5797-2-nikhil.nd@ti.com>
Thanks, this lookd good, but does not apply to master. Can you please rebase?
On Thu, Apr 30, 2020 at 04:05:58PM +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>
> ---
>
> Notes:
> Changes from v1:
> * Add the package in correct packagegroup
>
> .../packagegroup-arago-tisdk-addons.bb | 2 +-
> .../recipes-devtools/statcol/statcol.bb | 19 +++++++++++++++++++
> 2 files changed, 20 insertions(+), 1 deletion(-)
> create mode 100644 meta-arago-extras/recipes-devtools/statcol/statcol.bb
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 2913fa15..c8c445cb 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -77,7 +77,7 @@ UTILS_append_k3 = " mmc-utils \
> "
>
> UTILS_append_am65xx = " ipc-lld-examples-rtos ti-ipc-rtos-fw pru-icss pru-pwm-fw"
> -UTILS_append_j7-evm = " ipc-lld-examples-rtos pru-icss ti-display-sharing-fw cpsw9g-eth-fw"
> +UTILS_append_j7-evm = " ipc-lld-examples-rtos pru-icss ti-display-sharing-fw cpsw9g-eth-fw statcol"
>
> UTILS_append_omapl138 = " ti-ipc-rtos-fw"
>
> 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"
> +
> +S = "${WORKDIR}/git"
> +
> +EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${CROSS_COMPILE}"
> +
> +do_install() {
> + DESTDIR=${D} make install
> +}
> --
> 2.17.1
>
next prev parent reply other threads:[~2020-05-01 1:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-30 10:35 [zeus PATCH v2 1/2] recipes-devtools: websocketd: Add new recipe for websocket app nikhil.nd
2020-04-30 10:35 ` [zeus PATCH v2 2/2] recipes-devtools: statcol: New recipe for statistics collector nikhil.nd
2020-05-01 1:45 ` Denys Dmytriyenko [this message]
2020-05-01 18:42 ` Nikhil Devshatwar
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=20200501014545.GF11212@beryl \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=nikhil.nd@ti.com \
/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.