diff options
author | Gaurav Mitra <gaurav@ti.com> | 2017-12-21 23:09:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:12:49 -0500 |
commit | b8c6a1426e6301df1ab17de635e26cbb9e0f9949 (patch) | |
tree | b3113cf6824638bac970b9f56b7f2ee8bea32464 /recipes-ti | |
parent | f953481eae3c2637849106119891d9fbb300ffe0 (diff) | |
download | meta-ti-b8c6a1426e6301df1ab17de635e26cbb9e0f9949.tar.gz |
openmp-rtos: update to the latest for eclipse plugin changes
Signed-off-by: Gaurav Mitra <gaurav@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index 4dd02141..bd213b86 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_06_02_00" | 7 | PV = "2_06_02_01" |
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" |
@@ -12,10 +12,9 @@ OPENMP_RTOS_GIT_PROTOCOL = "git" | |||
12 | OPENMP_RTOS_GIT_BRANCH = "master" | 12 | OPENMP_RTOS_GIT_BRANCH = "master" |
13 | 13 | ||
14 | BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" | 14 | 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 | " | ||
17 | 16 | ||
18 | SRCREV = "a2a518dcc9154a372b38bd5be8a483359123823c" | 17 | SRCREV = "69af0caf19c2713e21b25e77acf103074be129f2" |
19 | 18 | ||
20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" | 19 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" |
21 | 20 | ||