diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:15:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 01:04:24 +0000 |
commit | a15e4eef4b753b52371a424ff14b7c25be6e19a1 (patch) | |
tree | 1088e2ee8cfb6a0cb4a8b13343a3b03cfb1cf77b | |
parent | 5201cc16f68e20f1e44e5df19af8378a66b358ab (diff) | |
download | meta-ti-a15e4eef4b753b52371a424ff14b7c25be6e19a1.tar.gz |
osal: SRCREV update to 01.00.00.14A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/osal/osal.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 978b89ae..aacf0df0 100644 --- a/recipes-bsp/osal/osal.inc +++ b/recipes-bsp/osal/osal.inc | |||
@@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git" | |||
9 | OSAL_GIT_BRANCH = "master" | 9 | OSAL_GIT_BRANCH = "master" |
10 | OSAL_GIT_DESTSUFFIX = "git/ti/osal" | 10 | OSAL_GIT_DESTSUFFIX = "git/ti/osal" |
11 | 11 | ||
12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.14" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.14A" |
13 | OSAL_SRCREV = "96a9ad7b42bfe4e212713a6753f23cad6c3b287b" | 13 | OSAL_SRCREV = "f57cf90ba4c7dff6a016f60f2e343d777f20e06e" |
14 | 14 | ||
15 | BRANCH = "${OSAL_GIT_BRANCH}" | 15 | BRANCH = "${OSAL_GIT_BRANCH}" |
16 | SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${OSAL_SRCREV}" | 18 | SRCREV = "${OSAL_SRCREV}" |
19 | PV = "01.00.00.14" | 19 | PV = "01.00.00.14A" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |