diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-08-23 06:25:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-23 16:57:03 +0000 |
commit | 3fef8f7e3f3ce40e11c16c07183d02cc9252b47c (patch) | |
tree | 8c50dc4730d3d36542fecf97a6b16dd4e3fc60ba /recipes-bsp | |
parent | f716fa477f7554d43a2309753ebfe088e904bfc6 (diff) | |
download | meta-ti-3fef8f7e3f3ce40e11c16c07183d02cc9252b47c.tar.gz |
osal: Update to new version 1.0.0.12
Adds support for k3 platform
NOTE:
License checksum change is just due to addition of current year
2018 to copyright
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/osal/osal-rtos_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/osal/osal.inc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb index b150760f..62d1f997 100644 --- a/recipes-bsp/osal/osal-rtos_git.bb +++ b/recipes-bsp/osal/osal-rtos_git.bb | |||
@@ -3,7 +3,7 @@ require recipes-bsp/osal/osal.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE_append = "|c66x" | 6 | COMPATIBLE_MACHINE_append = "|c66x|k3" |
7 | 7 | ||
8 | S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" | 8 | S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" |
9 | 9 | ||
diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 16cf1fa4..f360244d 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=ae7b9f0410f26c80dcf790ef3f622fad" | 2 | LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=6fbde6922f8bca1e6cd371d3c2faa4f9" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1" |
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 corresponding to "DEV.OSAL.01.00.00.11" | 12 | # Below commit ID corresponding to "DEV.OSAL.01.00.00.12" |
13 | OSAL_SRCREV = "6113a74a2aded1aa1c339708d39b2e47e74263e9" | 13 | OSAL_SRCREV = "d93d8833e5e0bbd3e76f8618a4f717e3539a8d11" |
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.11" | 19 | PV = "01.00.00.12" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |