diff options
author | Justin Sobota <jsobota@ti.com> | 2017-05-02 03:48:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-04 14:49:16 -0400 |
commit | 926aca5bcde40d1bde8d5fbbf20d93bf5d4c1812 (patch) | |
tree | 2a02d028b86a29282b775c4a8a67444054cedc90 /recipes-bsp/osal | |
parent | ff22043f4e63e4abcab5ecdb9a87b144cb3f3409 (diff) | |
download | meta-ti-926aca5bcde40d1bde8d5fbbf20d93bf5d4c1812.tar.gz |
osal: Update to version 1.0.0.6E
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/osal')
-rw-r--r-- | recipes-bsp/osal/osal.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 55a165e3..fa8cde8e 100644 --- a/recipes-bsp/osal/osal.inc +++ b/recipes-bsp/osal/osal.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=8cbd8efb1460e4f16e6b00c8a7686be4" | 2 | LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=ae7b9f0410f26c80dcf790ef3f622fad" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -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 corresponds to "DEV.OSAL.01.00.00.05E" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.06E" |
13 | OSAL_SRCREV = "5125c71d756530513500b463d3301d03dee04497" | 13 | OSAL_SRCREV = "072ab0f76fa272ace5b1756075475f848c14221a" |
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.05E" | 19 | PV = "01.00.00.06E" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |