summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/srio-lld
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-24 18:18:49 +0000
commit045d9395e5e6fb10a55278248aa36e56ba62f800 (patch)
tree3ca528deb1ee0ef4334e65c07eb3128c2a87701c /recipes-bsp/srio-lld
parent5f371a9721f858808527e8fa17ed0e379db9b030 (diff)
downloadmeta-ti-045d9395e5e6fb10a55278248aa36e56ba62f800.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>
Diffstat (limited to 'recipes-bsp/srio-lld')
-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