diff options
author | Ajay Jayaraj <ajayj@ti.com> | 2016-09-15 00:13:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-16 12:18:44 -0400 |
commit | ee82aceff2b8e1bf39fcf9cd5896b5b7d95f785c (patch) | |
tree | d82f33c57b79debffdc212d424cb500b08e6cc76 | |
parent | fa5ca59327c85f4b321364556560f761f06f8324 (diff) | |
download | meta-ti-ee82aceff2b8e1bf39fcf9cd5896b5b7d95f785c.tar.gz |
openmp-rtos: Updated version to 2.04.00.00
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 68931791..2984da3d 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_03_01_00" | 7 | PV = "2_04_00_00" |
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 = "a73b7b5a79a6ca9390388079b09a1cf5795bd7fc" | 18 | SRCREV = "2a657d3a38c507287ac84ef6771c27d38f0024f7" |
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 | ||