From: Denys Dmytriyenko <denys@ti.com>
To: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [rocko/master][PATCH 4/5] swtools: SRCREV update and updates to facilitate AUTOREV
Date: Tue, 19 Mar 2019 11:46:45 -0400 [thread overview]
Message-ID: <20190319154645.GC3374@beryl> (raw)
In-Reply-To: <1552603832-16016-5-git-send-email-m-radhakrishnan2@ti.com>
Please rebase the last 2 patches in this series. Thanks.
On Thu, Mar 14, 2019 at 06:50:31PM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> recipes-ti/swtools/swtools_git.bb | 14 ++++++++++----
> 1 file changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
> index 425a069..b950f3f 100644
> --- a/recipes-ti/swtools/swtools_git.bb
> +++ b/recipes-ti/swtools/swtools_git.bb
> @@ -11,11 +11,17 @@ DEPENDS = "ti-cgt6x-native \
> ti-xdctools-native"
>
> PV = "5_0_8"
> -PR = "r0"
> +PR = "r1"
> S = "${WORKDIR}/git"
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "881267836907de650edadc56b8e57ab45428021d"
> +
> +SWTOOLS_GIT_BRANCH = "master"
> +SWTOOLS_GIT_PROTOCOL = "git"
> +SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
> +SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
> +
> +BRANCH = "${SWTOOLS_GIT_BRANCH}"
> +SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
> +SRCREV = "${SWTOOLS_SRCREV}"
>
> export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
> export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2019-03-19 15:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 22:50 [rocko/master][PATCH 0/5] Patch Updates to unblock tools verification of 5.3 release Mahesh Radhakrishnan
2019-03-14 22:50 ` [rocko/master][PATCH 1/5] common-csl-ip: SRCREV update to 03.03.00.14 Mahesh Radhakrishnan
2019-03-14 22:50 ` [rocko/master][PATCH 2/5] edma3-lld: SRCREV update to 2.12.05.30D Mahesh Radhakrishnan
2019-03-14 22:50 ` [rocko/master][PATCH 3/5] osal: SRCREV udpate to 01.00.00.14 Mahesh Radhakrishnan
2019-03-14 22:50 ` [rocko/master][PATCH 4/5] swtools: SRCREV update and updates to facilitate AUTOREV Mahesh Radhakrishnan
2019-03-19 15:46 ` Denys Dmytriyenko [this message]
2019-03-14 22:50 ` [rocko/master][PATCH 5/5] dsplib: SRCREV update to 3.4.0.3 and " Mahesh Radhakrishnan
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=20190319154645.GC3374@beryl \
--to=denys@ti.com \
--cc=m-radhakrishnan2@ti.com \
--cc=meta-ti@yoctoproject.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.