summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/iqn2-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-28 20:41:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:37:34 -0500
commit61292335f780bbd740df700069e695a11043119f (patch)
treefe6af0f40af5eb58ce8249249f83ed85dce6e092 /recipes-bsp/iqn2-lld
parentdf7fa1e75866c104a9b832773633ddb433520a4b (diff)
downloadmeta-ti-61292335f780bbd740df700069e695a11043119f.tar.gz
iqn2-lld: Upgrade to version 1.0.0.10
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/iqn2-lld')
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
index 4a43a266..1d99d41c 100644
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc
@@ -6,15 +6,15 @@ IQN2_LLD_GIT_PROTOCOL = "git"
6IQN2_LLD_GIT_BRANCH = "master" 6IQN2_LLD_GIT_BRANCH = "master"
7IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2" 7IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2"
8 8
9# Following commit corresponds to DEV.IQN_LLD.01.00.00.08F 9# Following commit corresponds to DEV.IQN_LLD.01.00.00.10
10IQN2_LLD_SRCREV = "29d5358b944f1447c024263f86e8c71784440b99" 10IQN2_LLD_SRCREV = "dfc6bdd3b397b58e234f74eadda6d79ee399e682"
11 11
12BRANCH = "${IQN2_LLD_GIT_BRANCH}" 12BRANCH = "${IQN2_LLD_GIT_BRANCH}"
13SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}" 13SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
14SRCREV = "${IQN2_LLD_SRCREV}" 14SRCREV = "${IQN2_LLD_SRCREV}"
15 15
16PV = "1.0.0.8" 16PV = "1.0.0.10"
17INC_PR = "r1" 17INC_PR = "r0"
18 18
19COMPATIBLE_MACHINE = "k2l-evm" 19COMPATIBLE_MACHINE = "k2l-evm"
20 20