From: Denys Dmytriyenko <denys@ti.com>
To: Tinku Mannan <tmannan@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [thud/master][PATCH] trace-rtos: Adding trace utilities for PDK drivers
Date: Mon, 22 Jul 2019 13:48:37 -0400 [thread overview]
Message-ID: <20190722174837.GE30922@beryl> (raw)
In-Reply-To: <1563387419-30920-2-git-send-email-tmannan@ti.com>
On Wed, Jul 17, 2019 at 02:16:59PM -0400, Tinku Mannan wrote:
> Signed-off-by: Tinku Mannan <tmannan@ti.com>
> ---
> recipes-bsp/utils-rtos/trace-rtos_git.bb | 37 ++++++++++++++++++++++++++++++++
> 1 file changed, 37 insertions(+)
> create mode 100644 recipes-bsp/utils-rtos/trace-rtos_git.bb
>
> diff --git a/recipes-bsp/utils-rtos/trace-rtos_git.bb b/recipes-bsp/utils-rtos/trace-rtos_git.bb
> new file mode 100644
> index 0000000..aba64b5
> --- /dev/null
> +++ b/recipes-bsp/utils-rtos/trace-rtos_git.bb
> @@ -0,0 +1,37 @@
> +SUMMARY = "TI RTOS Trace utility"
> +
> +DESCRIPTION = "This utility allows for tracing support in PDK drivers"
> +
> +inherit ti-pdk
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://tracever.h;beginline=19;endline=47;md5=983f531ecfc9fc8c4bc3af9333ab6696"
> +
> +COMPATIBLE_MACHINE = "k3"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +TRACE_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
> +TRACE_GIT_PROTOCOL = "git"
> +TRACE_GIT_BRANCH = "master"
> +
> +# Below commit ID corresponds to "DEV.UTILS.01.00.00.09"
> +TRACE_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e"
> +
> +BRANCH = "${TRACE_GIT_BRANCH}"
> +SRC_URI = "${TRACE_GIT_URI};protocol=${TRACE_GIT_PROTOCOL};branch=${BRANCH}"
> +
> +SRCREV = "${TRACE_SRCREV}"
> +PV = "01.00.00.09"
> +PR = "r0"
> +
> +S = "${WORKDIR}/git/trace"
> +
> +# Build with make instead of XDC
> +TI_PDK_XDCMAKE = "0"
> +
> +export PDK_TRACE_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${S}"
> +
> +# HTML doc link params
> +PDK_COMP_LINK_TEXT = "Trace Utility"
> +
FYI:
Applying: trace-rtos: Adding trace utilities for PDK drivers
.git/rebase-apply/patch:48: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2019-07-22 17:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 18:16 [thud/master][PATCH] Adding recipe for trace utility Tinku Mannan
2019-07-17 18:16 ` [thud/master][PATCH] trace-rtos: Adding trace utilities for PDK drivers Tinku Mannan
2019-07-22 17:48 ` Denys Dmytriyenko [this message]
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=20190722174837.GE30922@beryl \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=tmannan@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.