[meta-ti] [rocko/master][PATCH 28/29] swtools: Enhancements to facilitate AUTOREV

Denys Dmytriyenko denys at ti.com
Thu Mar 21 13:50:03 PDT 2019


On Thu, Mar 21, 2019 at 09:16:12AM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
>  recipes-ti/swtools/swtools_git.bb | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
> index 16a8cc0..89a64d5 100644
> --- a/recipes-ti/swtools/swtools_git.bb
> +++ b/recipes-ti/swtools/swtools_git.bb
> @@ -11,11 +11,18 @@ 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 = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
> +
> +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}"

Here as well.


> +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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list