summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:03:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-03 18:17:08 +0000
commit527a3581c0c33d892232f5baf50aa75e070ed3aa (patch)
tree11367b5e65138e246877bac8815cf0157a120b8b
parent2d604d0cb4e299d8111811e30c794990cf93ff8b (diff)
downloadmeta-ti-527a3581c0c33d892232f5baf50aa75e070ed3aa.tar.gz
osal: SRCREV update to 01.00.00.16
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 8a086bb4..b1d17ddd 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.15A" 12# Below commit ID corresponding to "DEV.OSAL.01.00.00.16"
13OSAL_SRCREV = "600a4006e636614900518e12c2828a02c7306f36" 13OSAL_SRCREV = "0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3"
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.15A" 19PV = "01.00.00.16"
20INC_PR = "r0" 20INC_PR = "r0"