From 61292335f780bbd740df700069e695a11043119f Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 28 Jan 2016 20:41:04 +0000 Subject: [PATCH] iqn2-lld: Upgrade to version 1.0.0.10 Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/iqn2-lld/iqn2-lld.inc | 8 ++++---- 1 file 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" IQN2_LLD_GIT_BRANCH = "master" IQN2_LLD_GIT_DESTSUFFIX = "git/ti/drv/iqn2" -# Following commit corresponds to DEV.IQN_LLD.01.00.00.08F -IQN2_LLD_SRCREV = "29d5358b944f1447c024263f86e8c71784440b99" +# Following commit corresponds to DEV.IQN_LLD.01.00.00.10 +IQN2_LLD_SRCREV = "dfc6bdd3b397b58e234f74eadda6d79ee399e682" BRANCH = "${IQN2_LLD_GIT_BRANCH}" SRC_URI = "${IQN2_LLD_GIT_URI};destsuffix=${IQN2_LLD_GIT_DESTSUFFIX};protocol=${IQN2_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${IQN2_LLD_SRCREV}" -PV = "1.0.0.8" -INC_PR = "r1" +PV = "1.0.0.10" +INC_PR = "r0" COMPATIBLE_MACHINE = "k2l-evm"