summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 20:51:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-21 11:42:29 -0400
commit7a30d7a35c496fc88ebc83338f0d393e13a52ba3 (patch)
tree4687d13b155f20c762c75c0933c4dce7fbfafcf5
parent1bdb406fe8f89adb480bae51471825c6b01d45d6 (diff)
downloadmeta-ti-7a30d7a35c496fc88ebc83338f0d393e13a52ba3.tar.gz
hyplnk-lld: Upgrade to version 2.1.0.6
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/hyplnk-lld/hyplnk-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index 9f7ac6a1..9ab73392 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
@@ -13,15 +13,15 @@ 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.05A 16# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.06
17HYPLNK_SRCREV = "2acb36a78fee9691a9433f0ce23cf00561123934" 17HYPLNK_SRCREV = "a1953ca33114c5a4daca6289a7fb75b201f566d2"
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.5" 23PV = "2.1.0.6"
24INC_PR = "r3" 24INC_PR = "r0"
25 25
26DEVICELIST_k2hk-evm = "k2h k2k" 26DEVICELIST_k2hk-evm = "k2h k2k"
27DEVICELIST_k2e-evm = "k2e" 27DEVICELIST_k2e-evm = "k2e"