summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-23 16:58:08 +0000
commitd2ac115ee8a8f04c2af378ca39108ba9d61b1df3 (patch)
treece1a72da8082d926f082ee40f1333c554c06c3a9
parent0c005cba69c6c1f37871ecb51d2a207a2a0e9c36 (diff)
downloadmeta-ti-d2ac115ee8a8f04c2af378ca39108ba9d61b1df3.tar.gz
srio-lld: Update to version 2.0.0.17
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/srio-lld/srio-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index f6fa2144..2da8245e 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -8,15 +8,15 @@ SRIO_LLD_GIT_PROTOCOL = "git"
8SRIO_LLD_GIT_BRANCH = "master" 8SRIO_LLD_GIT_BRANCH = "master"
9SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio" 9SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio"
10 10
11# commit ID corresponding to "DEV.SRIO_LLD.02.00.00.16" 11# commit ID corresponding to "DEV.SRIO_LLD.02.00.00.17"
12SRIO_LLD_SRCREV = "70664382b7baf0fc52b3504cc58d6d0d720cc639" 12SRIO_LLD_SRCREV = "444fe581426c04c9d57f9bce6763ebe43ce284f8"
13 13
14BRANCH = "${SRIO_LLD_GIT_BRANCH}" 14BRANCH = "${SRIO_LLD_GIT_BRANCH}"
15SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${SRIO_LLD_SRCREV}" 16SRCREV = "${SRIO_LLD_SRCREV}"
17 17
18PV = "02.00.00.16" 18PV = "02.00.00.17"
19INC_PR = "r1" 19INC_PR = "r0"
20 20
21DEVICELIST = "k2h k2k" 21DEVICELIST = "k2h k2k"
22 22