summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-07 00:54:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-07 14:04:26 +0000
commit3f5458acc950908f223abe7206864a84573aa74a (patch)
treea2ac64c19b266ab596bd79adcdefecb4e980fa13 /recipes-ti
parent70d1b6d4bce3942dd3a72964e6b42077e1a60144 (diff)
downloadmeta-ti-3f5458acc950908f223abe7206864a84573aa74a.tar.gz
swtools: SRCREV update
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/swtools/swtools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index a482ea6a..497c0e0d 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -11,13 +11,13 @@ DEPENDS = "ti-cgt6x-native \
11 ti-xdctools-native" 11 ti-xdctools-native"
12 12
13PV = "5_0_8" 13PV = "5_0_8"
14PR = "r2" 14PR = "r3"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17SWTOOLS_GIT_BRANCH = "master" 17SWTOOLS_GIT_BRANCH = "master"
18SWTOOLS_GIT_PROTOCOL = "git" 18SWTOOLS_GIT_PROTOCOL = "git"
19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" 19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
20SWTOOLS_SRCREV = "0ef96a3bb9fd8694ae75c4c3f85ad4ab2278f655" 20SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4"
21 21
22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" 22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
23SRCREV = "${SWTOOLS_SRCREV}" 23SRCREV = "${SWTOOLS_SRCREV}"