diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-22 03:19:05 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 15:31:27 +0000 |
| commit | 72cf30fceb08130519c1acefcfa530e063866173 (patch) | |
| tree | 073ece3d38d434defb44892082944de2bbbb7464 /recipes-ti | |
| parent | 5db17695a522bd2d0011b7202684fe7c511f10d8 (diff) | |
| download | meta-ti-72cf30fceb08130519c1acefcfa530e063866173.tar.gz | |
swtools: Enhancements to facilitate AUTOREV
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.bb | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb index 35079bb0..796909f1 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 | ||
| 13 | PV = "5_0_8" | 13 | PV = "5_0_8" |
| 14 | PR = "r0" | 14 | PR = "r2" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | BRANCH = "master" | 16 | |
| 17 | SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}" | 17 | SWTOOLS_GIT_BRANCH = "master" |
| 18 | SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" | 18 | SWTOOLS_GIT_PROTOCOL = "git" |
| 19 | SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" | ||
| 20 | SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" | ||
| 21 | |||
| 22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" | ||
| 23 | SRCREV = "${SWTOOLS_SRCREV}" | ||
| 24 | |||
| 19 | 25 | ||
| 20 | export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" | 26 | export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" |
| 21 | export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" | 27 | export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" |
