summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruss-lld
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 03:19:15 +0000
commite04d0c82568bdf980805c8f17f24b41ca84c11ab (patch)
tree3c3cc60f4dc7ad5636a010bc75d6390ddce5cd02 /recipes-bsp/pruss-lld
parentc9126e18dd25be295d08f48c008977c3cbe672fc (diff)
downloadmeta-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.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