summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-23 16:56:56 +0000
commita4f7a57340471ac46c151eade4f2db0bd8617041 (patch)
treef84829c4352b91f3fe2c68d97ce3081ca4a5a30e
parent1654f9adf2ffeed3d4d29b96c4b3ca22b9f79903 (diff)
downloadmeta-ti-a4f7a57340471ac46c151eade4f2db0bd8617041.tar.gz
iqn2-lld: Update to version 1.0.0.11
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/iqn2-lld/iqn2-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/iqn2-lld/iqn2-lld.inc b/recipes-bsp/iqn2-lld/iqn2-lld.inc
index 0a65e4f5..27375625 100644
--- a/recipes-bsp/iqn2-lld/iqn2-lld.inc
+++ b/recipes-bsp/iqn2-lld/iqn2-lld.inc
@@ -6,14 +6,14 @@ 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.10 9# Following commit corresponds to DEV.IQN_LLD.01.00.00.11
10IQN2_LLD_SRCREV = "dfc6bdd3b397b58e234f74eadda6d79ee399e682" 10IQN2_LLD_SRCREV = "cf78b793523e42867f2c538ae19227d2ae764b86"
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.10" 16PV = "1.0.0.11"
17INC_PR = "r0" 17INC_PR = "r0"
18 18
19COMPATIBLE_MACHINE = "k2l" 19COMPATIBLE_MACHINE = "k2l"