diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-06 22:52:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-08 00:43:44 +0000 |
commit | ee0e2697f2ca36018b05df230861a411128d6912 (patch) | |
tree | 9f2da8fb92ad927a88a4b389b50e1f2b7065b86d | |
parent | 893be3268471027934caf7b4c7ad7d1a2884c358 (diff) | |
download | meta-ti-ee0e2697f2ca36018b05df230861a411128d6912.tar.gz |
osal: SRCREV udpate to 01.00.00.16B
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 b1d17ddd..b0b015c7 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.16" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.16B" |
13 | OSAL_SRCREV = "0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3" | 13 | OSAL_SRCREV = "b78489d9d78d9366f1865aa847b743b1b29f6fd4" |
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.16" | 19 | PV = "01.00.00.16B" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |