diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:03:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | 75ae8154ca5da0a4889dbd948db7cf12757b40dc (patch) | |
tree | a932e158b50ea3be33b7edf545fe8a354b9eb2d8 /recipes-bsp/osal | |
parent | 4df3b28a690cde5dbf5cffc0e221dab9ea5ab82b (diff) | |
download | meta-ti-75ae8154ca5da0a4889dbd948db7cf12757b40dc.tar.gz |
osal: SRCREV update to 01.00.00.16
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 8a086bb4..b1d17ddd 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.15A" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.16" |
13 | OSAL_SRCREV = "600a4006e636614900518e12c2828a02c7306f36" | 13 | OSAL_SRCREV = "0fb2e0d8ed9a96b1dc212e9e9c7bb0cffeb205b3" |
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.15A" | 19 | PV = "01.00.00.16" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |