diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 20:41:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:37:57 -0500 |
commit | ee868aae19dd289b33db99ac705f46bc9e5c2d33 (patch) | |
tree | 406f9ec584c642f39c6c2a432e1dde8ed7283be0 /recipes-bsp | |
parent | 39910bde297bd6d1e83f8a4b15237f8da8b272fc (diff) | |
download | meta-ti-ee868aae19dd289b33db99ac705f46bc9e5c2d33.tar.gz |
srio-lld: Upgrade to version 02.00.00.14
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/srio-lld/srio-lld.inc | 8 |
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 2172a13f..d697fb4b 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" | |||
8 | SRIO_LLD_GIT_BRANCH = "master" | 8 | SRIO_LLD_GIT_BRANCH = "master" |
9 | SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio" | 9 | SRIO_LLD_GIT_DESTSUFFIX = "git/ti/drv/srio" |
10 | 10 | ||
11 | # commit ID corresponding to DEV.SRIO_LLD.02.00.00.13 | 11 | # commit ID corresponding to DEV.SRIO_LLD.02.00.00.14 |
12 | SRIO_LLD_SRCREV = "dc49972265afd3ffd3b29ca235b8ca6daf790bd1" | 12 | SRIO_LLD_SRCREV = "d22dfe096b5ee6025388943e9eb626f149e6ac55" |
13 | 13 | ||
14 | BRANCH = "${SRIO_LLD_GIT_BRANCH}" | 14 | BRANCH = "${SRIO_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${SRIO_LLD_GIT_URI};destsuffix=${SRIO_LLD_GIT_DESTSUFFIX};protocol=${SRIO_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${SRIO_LLD_SRCREV}" | 16 | SRCREV = "${SRIO_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "02.00.00.13" | 18 | PV = "02.00.00.14" |
19 | INC_PR = "r2" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | DEVICELIST = "k2h k2k" | 21 | DEVICELIST = "k2h k2k" |
22 | 22 | ||