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