diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-06-28 23:48:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 17:11:37 -0400 |
commit | da853122bcb0fb818cf5cfd9e3ffc5e8d79310df (patch) | |
tree | 1831103ac53d0c0690e59026b213009d6e22ce2a /recipes-ti/openmp-rtos | |
parent | de0f143272df3594b4a51ef697398e1a451d3d87 (diff) | |
download | meta-ti-da853122bcb0fb818cf5cfd9e3ffc5e8d79310df.tar.gz |
openmp-rtos: bump SRCREV to version 2.3.1.0
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/openmp-rtos')
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index 7c781a2e..68931791 100644 --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "BSD" | |||
4 | 4 | ||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "2_02_01_03" | 7 | PV = "2_03_01_00" |
8 | PR = "r1" | 8 | PR = "r0" |
9 | 9 | ||
10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" | 10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" |
11 | OPENMP_RTOS_GIT_PROTOCOL = "git" | 11 | OPENMP_RTOS_GIT_PROTOCOL = "git" |
@@ -15,7 +15,7 @@ BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" | |||
15 | SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH} \ | 15 | SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH} \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "9bf371e9618297f8783113bff05995800535c27d" | 18 | SRCREV = "a73b7b5a79a6ca9390388079b09a1cf5795bd7fc" |
19 | 19 | ||
20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" | 20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" |
21 | 21 | ||