summaryrefslogtreecommitdiffstats
path: root/recipes-ti/openmp-rtos
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-08 23:59:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-08 18:43:58 -0500
commita78fe1bff3886c5182bf7858daed3b7deb83b44d (patch)
tree3d8fd05d1389165e51ce4f4759324917697f514f /recipes-ti/openmp-rtos
parentb0f07f5de8594ba689505432ce057ce1f5486f27 (diff)
downloadmeta-ti-a78fe1bff3886c5182bf7858daed3b7deb83b44d.tar.gz
openmp-rtos: Upgrade to version 2.2.1.1
* Upgrade to obtain the following fixes: - Fix task barrier at end of parallel region with num_threads(1) - Avoid unused QMSS dependency on K2G 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.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 4869686f..b0b8d75f 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_02_01_00" 7PV = "2_02_01_01"
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"
@@ -15,7 +15,7 @@ BRANCH = "${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"
17 17
18SRCREV = "f0fe1ce874734b83dacadfe33dacc862afc8ed00" 18SRCREV = "a6ca36297f784baada08aa1e14fbc9e429a2eab4"
19 19
20LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" 20LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
21 21