summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-22 03:19:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-22 01:05:20 +0000
commit63ce4f87b39fdc82e8da9f381f5cab1dc0f9bc07 (patch)
tree9446e7a9abdd9eeeb39e43458063f8da776074a8
parent0ce598b96eaccd91386489477a2057f64f226f65 (diff)
downloadmeta-ti-63ce4f87b39fdc82e8da9f381f5cab1dc0f9bc07.tar.gz
swtools: Enhancements to facilitate AUTOREV
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.bb14
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index 16a8cc0b..e064c4ed 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -11,11 +11,17 @@ DEPENDS = "ti-cgt6x-native \
11 ti-xdctools-native" 11 ti-xdctools-native"
12 12
13PV = "5_0_8" 13PV = "5_0_8"
14PR = "r0" 14PR = "r2"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16BRANCH = "master" 16
17SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}" 17SWTOOLS_GIT_BRANCH = "master"
18SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" 18SWTOOLS_GIT_PROTOCOL = "git"
19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
20SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4"
21
22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
23SRCREV = "${SWTOOLS_SRCREV}"
24
19 25
20export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" 26export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"
21export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" 27export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}"