summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-06-28 00:31:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-06-29 17:09:46 -0400
commitdd8ec293a2cdcb189b641b16570801ac398b0c66 (patch)
tree67e00ecfa03170e64d9d7c113ef0e677a6bc8e22
parent39fcf4091678af2eb72df76e9d3288ec56a25233 (diff)
downloadmeta-ti-dd8ec293a2cdcb189b641b16570801ac398b0c66.tar.gz
srio-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@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 f8ff7b33..7ec2a353 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.15 11# commit ID corresponding to "DEV.SRIO_LLD.02.00.00.16"
12SRIO_LLD_SRCREV = "b773a7d08225c30737abc45ebc92a186bac08797" 12SRIO_LLD_SRCREV = "70664382b7baf0fc52b3504cc58d6d0d720cc639"
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.15" 18PV = "02.00.00.16"
19INC_PR = "r0" 19INC_PR = "r1"
20 20
21DEVICELIST = "k2h k2k" 21DEVICELIST = "k2h k2k"
22 22