diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-13 20:14:35 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-13 20:17:38 -0500 |
commit | e1222189e7bece49da70b3789956646d32718433 (patch) | |
tree | 9dcec5b324401805b185e8dbeb58c0c7af58a05b /recipes-bsp/osal | |
parent | f10028a2b1fe07b70d4487daf6d84145b42dd30e (diff) | |
download | meta-ti-e1222189e7bece49da70b3789956646d32718433.tar.gz |
osal: Update to version 1.0.0.9
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.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 04b84ec8..70ab2fa5 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.08" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.09" |
13 | OSAL_SRCREV = "ebd3acdbb4e7d6d0393efedd15ce479c5a79772d" | 13 | OSAL_SRCREV = "0bb1151f3622fb65f41f1d3dcffcee63fe9724de" |
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.08" | 19 | PV = "01.00.00.09" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |