summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-05-02 03:48:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-03 13:20:55 -0400
commit6cf8c1a3790d3e2d78bc30406246e74d3a785c42 (patch)
tree9d26685dc8e627a5b4d4b32224fbe3507e41c744 /recipes-bsp
parente72f2ea0e2aa76b082e71a3139d88aa9feb1b177 (diff)
downloadmeta-ti-6cf8c1a3790d3e2d78bc30406246e74d3a785c42.tar.gz
pruss-lld: Update to version 1.0.0.6A
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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 52a92bdd..86201080 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|omap-a15|k2g-evm" 4COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|k2g-evm"
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.05A" 12# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.06A"
13PRUSS_LLD_SRCREV = "7421ea14f163fb3c95c3645fe0add1e05da9d748" 13PRUSS_LLD_SRCREV = "b98729cc1fc26c9ac32846146892646a23c28adb"
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.05A" 19PV = "01.00.00.06A"
20INC_PR = "r0" 20INC_PR = "r0"