summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/osal
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-05-02 03:48:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-04 14:49:16 -0400
commit926aca5bcde40d1bde8d5fbbf20d93bf5d4c1812 (patch)
tree2a02d028b86a29282b775c4a8a67444054cedc90 /recipes-bsp/osal
parentff22043f4e63e4abcab5ecdb9a87b144cb3f3409 (diff)
downloadmeta-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.inc8
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 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=8cbd8efb1460e4f16e6b00c8a7686be4" 2LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=ae7b9f0410f26c80dcf790ef3f622fad"
3 3
4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" 4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -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 corresponds to "DEV.OSAL.01.00.00.05E" 12# Below commit ID corresponding to "DEV.OSAL.01.00.00.06E"
13OSAL_SRCREV = "5125c71d756530513500b463d3301d03dee04497" 13OSAL_SRCREV = "072ab0f76fa272ace5b1756075475f848c14221a"
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.05E" 19PV = "01.00.00.06E"
20INC_PR = "r0" 20INC_PR = "r0"