summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-06-27 10:23:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 21:08:16 +0000
commitcf60360896f91a2eecb7a385ddc8c5453cc6d5b0 (patch)
tree36fef2456e463f7928552e288b9bc8439aa1a038
parent85cd4a539e56489dbd5d94f49033b6b6a2debf89 (diff)
downloadmeta-ti-cf60360896f91a2eecb7a385ddc8c5453cc6d5b0.tar.gz
osal: SRCREV update to 01.00.00.15
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/osal/osal.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc
index aacf0df0..96c1a64e 100644
--- a/recipes-bsp/osal/osal.inc
+++ b/recipes-bsp/osal/osal.inc
@@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git"
9OSAL_GIT_BRANCH = "master" 9OSAL_GIT_BRANCH = "master"
10OSAL_GIT_DESTSUFFIX = "git/ti/osal" 10OSAL_GIT_DESTSUFFIX = "git/ti/osal"
11 11
12# Below commit ID corresponding to "DEV.OSAL.01.00.00.14A" 12# Below commit ID corresponding to "DEV.OSAL.01.00.00.15"
13OSAL_SRCREV = "f57cf90ba4c7dff6a016f60f2e343d777f20e06e" 13OSAL_SRCREV = "7cda1a688cf9a828ce76cb467a1a9cd46eda6299"
14 14
15BRANCH = "${OSAL_GIT_BRANCH}" 15BRANCH = "${OSAL_GIT_BRANCH}"
16SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}"
17 17
18SRCREV = "${OSAL_SRCREV}" 18SRCREV = "${OSAL_SRCREV}"
19PV = "01.00.00.14A" 19PV = "01.00.00.15"
20INC_PR = "r0" 20INC_PR = "r0"