summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:15 +0000
commit5737e55099cd86b1cf0cee791b1270320703aac6 (patch)
tree1582f6d518e58764b13bdd1bf6989f00ed41ef72
parentb375229af166d0b5785a778e4909b87ada5ed5d4 (diff)
downloadmeta-ti-5737e55099cd86b1cf0cee791b1270320703aac6.tar.gz
hyplnk-lld: Update to version 2.1.0.8
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/hyplnk-lld/hyplnk-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index e4aeff4e..34e7acbf 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
@@ -13,14 +13,14 @@ HYPLNK_GIT_PROTOCOL = "git"
13HYPLNK_GIT_BRANCH = "master" 13HYPLNK_GIT_BRANCH = "master"
14HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}" 14HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}"
15 15
16# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.07 16# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.08
17HYPLNK_SRCREV = "7799dd3b1ef425494bf52534adebb915f6566885" 17HYPLNK_SRCREV = "2f54bb32fbf08bd2e20446497341e29498702931"
18 18
19BRANCH="${HYPLNK_GIT_BRANCH}" 19BRANCH="${HYPLNK_GIT_BRANCH}"
20SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}"
21SRCREV = "${HYPLNK_SRCREV}" 21SRCREV = "${HYPLNK_SRCREV}"
22 22
23PV = "2.1.0.7" 23PV = "2.1.0.8"
24INC_PR = "r0" 24INC_PR = "r0"
25 25
26DEVICELIST_k2hk = "k2h k2k" 26DEVICELIST_k2hk = "k2h k2k"