summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commit84d29d36fecc44bdc23cbcbad5bfb7e9e4185452 (patch)
tree2124d96a042146f734e7f2d0343fbf96e64b8a7e
parent238f063889fcbb2afe8f7c56c7e511c2685d75c2 (diff)
downloadmeta-ti-84d29d36fecc44bdc23cbcbad5bfb7e9e4185452.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>
-rw-r--r--recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb1
-rw-r--r--recipes-bsp/pruss-lld/pruss-lld.inc6
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"
3inherit ti-pdk 3inherit ti-pdk
4require recipes-bsp/pruss-lld/pruss-lld.inc 4require recipes-bsp/pruss-lld/pruss-lld.inc
5 5
6COMPATIBLE_MACHINE_append = "|k3"
6PR = "${INC_PR}.0" 7PR = "${INC_PR}.0"
7 8
8S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" 9S = "${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"
9PRUSS_LLD_GIT_BRANCH = "master" 9PRUSS_LLD_GIT_BRANCH = "master"
10PRUSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/pruss" 10PRUSS_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"
13PRUSS_LLD_SRCREV = "a11714517887bda62fab76941f2f32207fad2b05" 13PRUSS_LLD_SRCREV = "4319eb250685f672979d4d6cc80c40a56e1afa0d"
14 14
15BRANCH = "${PRUSS_LLD_GIT_BRANCH}" 15BRANCH = "${PRUSS_LLD_GIT_BRANCH}"
16SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${PRUSS_LLD_GIT_URI};destsuffix=${PRUSS_LLD_GIT_DESTSUFFIX};protocol=${PRUSS_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 17
18SRCREV = "${PRUSS_LLD_SRCREV}" 18SRCREV = "${PRUSS_LLD_SRCREV}"
19PV = "01.00.00.10" 19PV = "01.00.00.11"
20INC_PR = "r0" 20INC_PR = "r0"
21 21