summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-09-19 21:00:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-09-26 13:34:59 -0400
commit945d261d8221f2e96e6769dcaa8e026034783303 (patch)
tree8b7804a8a1430b7dc7a6e713f4ead1132bc2745b /recipes-bsp/osal
parentc5c4318f7c693cf570ce233fd9453eb3280df3d5 (diff)
downloadmeta-ti-945d261d8221f2e96e6769dcaa8e026034783303.tar.gz
osal: Updating to version 1.0.0.8
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/osal')
-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 63ccca9b..04b84ec8 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.07" 12# Below commit ID corresponding to "DEV.OSAL.01.00.00.08"
13OSAL_SRCREV = "62ea536572d91a17321dfca287771a5b65e6e00d" 13OSAL_SRCREV = "ebd3acdbb4e7d6d0393efedd15ce479c5a79772d"
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.07" 19PV = "01.00.00.08"
20INC_PR = "r0" 20INC_PR = "r0"