diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | e04d0c82568bdf980805c8f17f24b41ca84c11ab (patch) | |
tree | 3c3cc60f4dc7ad5636a010bc75d6390ddce5cd02 /recipes-bsp/pruss-lld | |
parent | c9126e18dd25be295d08f48c008977c3cbe672fc (diff) | |
download | meta-ti-e04d0c82568bdf980805c8f17f24b41ca84c11ab.tar.gz |
pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3 support for rtos
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pruss-lld')
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld.inc | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb index 50682867..b8db20ed 100644 --- a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb +++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | |||
@@ -3,6 +3,7 @@ SUMMARY = "TI RTOS low level driver library for PRUSS" | |||
3 | inherit ti-pdk | 3 | inherit ti-pdk |
4 | require recipes-bsp/pruss-lld/pruss-lld.inc | 4 | require recipes-bsp/pruss-lld/pruss-lld.inc |
5 | 5 | ||
6 | COMPATIBLE_MACHINE_append = "|k3" | ||
6 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
7 | 8 | ||
8 | S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" | 9 | S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" |
diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index 89e960d6..dd5bd082 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc | |||
@@ -9,13 +9,13 @@ PRUSS_LLD_GIT_PROTOCOL = "git" | |||
9 | PRUSS_LLD_GIT_BRANCH = "master" | 9 | PRUSS_LLD_GIT_BRANCH = "master" |
10 | PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" | 10 | PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" |
11 | 11 | ||
12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.10" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.11" |
13 | PRUSS_LLD_SRCREV = "a11714517887bda62fab76941f2f32207fad2b05" | 13 | PRUSS_LLD_SRCREV = "4319eb250685f672979d4d6cc80c40a56e1afa0d" |
14 | 14 | ||
15 | BRANCH = "${PRUSS_LLD_GIT_BRANCH}" | 15 | BRANCH = "${PRUSS_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${PRUSS_LLD_SRCREV}" | 18 | SRCREV = "${PRUSS_LLD_SRCREV}" |
19 | PV = "01.00.00.10" | 19 | PV = "01.00.00.11" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||