diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-12 00:12:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-11 14:07:52 -0500 |
commit | 873c090f55ca4dbeaa4bc5ec22a2f113c4f914ad (patch) | |
tree | 1d813d29e5a9b7a30f2207aa23cf233c03ac0b70 /recipes-ti/openmp-rtos | |
parent | e3a356ad4c44bb60773a1c1092a7e13398eef603 (diff) | |
download | meta-ti-873c090f55ca4dbeaa4bc5ec22a2f113c4f914ad.tar.gz |
openmp-rtos: Upgrade to 2.2.1.2
* The following fix is provided in this upgrade:
- Fix K2G .tomp_svNcMem initialization
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 | 4 |
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 b0b8d75f..0a16233c 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 | ||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "2_02_01_01" | 7 | PV = "2_02_01_02" |
8 | PR = "r0" | 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" |
@@ -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 = "a6ca36297f784baada08aa1e14fbc9e429a2eab4" | 18 | SRCREV = "7003ab350544f98006914d7a5cf834f3e82f5f88" |
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 | ||