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-09-28 20:21:38 +0000
commit6f3e7fa3519e2ab243cd95fda73300794bf4b549 (patch)
tree4616378932228e36fb5cba46b4b5759e68ba7e27
parente64d5f4370763b6ac0d4c6231fb6e08ebc115f8d (diff)
downloadmeta-ti-6f3e7fa3519e2ab243cd95fda73300794bf4b549.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