summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 20:51:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-21 11:42:46 -0400
commit50bdb39afd99b5c44596c8e0e233d91b621bbe72 (patch)
treeaed3d56268f757e5700f43cea62b700b2e5ffa82
parent535f0360cc164a61b7d7eb817540d73b2391e0db (diff)
downloadmeta-ti-50bdb39afd99b5c44596c8e0e233d91b621bbe72.tar.gz
srio-lld: Update to version 2.0.0.15
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/srio-lld/srio-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/srio-lld/srio-lld.inc b/recipes-bsp/srio-lld/srio-lld.inc
index d697fb4b..f8ff7b33 100644
--- a/recipes-bsp/srio-lld/srio-lld.inc
+++ b/recipes-bsp/srio-lld/srio-lld.inc
@@ -8,14 +8,14 @@ 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.14 11# commit ID corresponding to DEV.SRIO_LLD.02.00.00.15
12SRIO_LLD_SRCREV = "d22dfe096b5ee6025388943e9eb626f149e6ac55" 12SRIO_LLD_SRCREV = "b773a7d08225c30737abc45ebc92a186bac08797"
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.14" 18PV = "02.00.00.15"
19INC_PR = "r0" 19INC_PR = "r0"
20 20
21DEVICELIST = "k2h k2k" 21DEVICELIST = "k2h k2k"