diff options
Diffstat (limited to 'recipes-bsp/pruss-lld/pruss-lld.inc')
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index 86201080..44d84b83 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | LIC_FILES_CHKSUM = "file://pruicss.h;beginline=1;endline=31;md5=315177aa03d58bcd124a6e799e2bd458" | 2 | LIC_FILES_CHKSUM = "file://pruicss.h;beginline=1;endline=31;md5=315177aa03d58bcd124a6e799e2bd458" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|k2g-evm" | 4 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|k2g" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
6 | 6 | ||
7 | PRUSS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pruss-lld.git" | 7 | PRUSS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pruss-lld.git" |
@@ -9,12 +9,12 @@ 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.06A" | 12 | # Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.07" |
13 | PRUSS_LLD_SRCREV = "b98729cc1fc26c9ac32846146892646a23c28adb" | 13 | PRUSS_LLD_SRCREV = "636bb5645014723c54c08245cf8c2ee401eceb4f" |
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.06A" | 19 | PV = "01.00.00.07" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |