diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-08-07 00:54:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-07 00:55:00 +0000 |
commit | cca3efb8f508e5db9c94eca5a5013372608ba306 (patch) | |
tree | 37b8f542fc108cdb7d5b22ae1e086651a9f6b3f7 | |
parent | 395d886808db403b15aaa2a0bc089b180befdbc7 (diff) | |
download | meta-ti-cca3efb8f508e5db9c94eca5a5013372608ba306.tar.gz |
swtools: SRCREV update
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/swtools/swtools_git.bb | 4 |
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 | ||
13 | PV = "5_0_8" | 13 | PV = "5_0_8" |
14 | PR = "r2" | 14 | PR = "r3" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SWTOOLS_GIT_BRANCH = "master" | 17 | SWTOOLS_GIT_BRANCH = "master" |
18 | SWTOOLS_GIT_PROTOCOL = "git" | 18 | SWTOOLS_GIT_PROTOCOL = "git" |
19 | SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" | 19 | SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" |
20 | SWTOOLS_SRCREV = "0ef96a3bb9fd8694ae75c4c3f85ad4ab2278f655" | 20 | SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" |
21 | 21 | ||
22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" | 22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" |
23 | SRCREV = "${SWTOOLS_SRCREV}" | 23 | SRCREV = "${SWTOOLS_SRCREV}" |