diff options
| -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 | ||
