summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurav Mitra <gaurav@ti.com>2019-03-05 21:22:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-09 01:50:45 +0000
commit2ff4172c52a443b4c303086215cf19060d91ade1 (patch)
tree9da5a09cce420bdc2c60f8e2654e5e2d7fd6de4b
parent21ba9dfb723f9ecc21b2479c2537192c4399b127 (diff)
downloadmeta-ti-2ff4172c52a443b4c303086215cf19060d91ade1.tar.gz
openmp-rtos: update version to 2.06.03.00
Signed-off-by: Gaurav Mitra <gaurav@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/openmp-rtos/openmp-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
index e9b14e5b..67d9edf5 100644
--- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
+++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
4 4
5require recipes-ti/includes/ti-paths.inc 5require recipes-ti/includes/ti-paths.inc
6 6
7PV = "2_06_02_01" 7PV = "2_06_03_00"
8PR = "r0" 8PR = "r0"
9 9
10OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" 10OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
@@ -14,7 +14,7 @@ OPENMP_RTOS_GIT_BRANCH = "master"
14BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" 14BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
15SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}"
16 16
17SRCREV = "69af0caf19c2713e21b25e77acf103074be129f2" 17SRCREV = "c090eb664d9815a36ead0e14f31e102590680fb8"
18 18
19LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" 19LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
20 20