diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-09-19 21:00:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-09-26 13:34:55 -0400 |
commit | c5c4318f7c693cf570ce233fd9453eb3280df3d5 (patch) | |
tree | daeebf330327c4c36c065b51a9186cfbeb5707f7 | |
parent | 32a977ed255f6417ad960c28b45c22c228b5bf9d (diff) | |
download | meta-ti-c5c4318f7c693cf570ce233fd9453eb3280df3d5.tar.gz |
hyplnk-lld: Updating to version 2.1.0.7
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.inc | 6 |
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 c0d84642..e4aeff4e 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" | |||
13 | HYPLNK_GIT_BRANCH = "master" | 13 | HYPLNK_GIT_BRANCH = "master" |
14 | HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}" | 14 | HYPLNK_GIT_DESTSUFFIX = "git/ti/drv/${LLDNAME}" |
15 | 15 | ||
16 | # Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.06 | 16 | # Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.07 |
17 | HYPLNK_SRCREV = "a1953ca33114c5a4daca6289a7fb75b201f566d2" | 17 | HYPLNK_SRCREV = "7799dd3b1ef425494bf52534adebb915f6566885" |
18 | 18 | ||
19 | BRANCH="${HYPLNK_GIT_BRANCH}" | 19 | BRANCH="${HYPLNK_GIT_BRANCH}" |
20 | SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${HYPLNK_GIT_URI};destsuffix=${HYPLNK_GIT_DESTSUFFIX};protocol=${HYPLNK_GIT_PROTOCOL};branch=${BRANCH}" |
21 | SRCREV = "${HYPLNK_SRCREV}" | 21 | SRCREV = "${HYPLNK_SRCREV}" |
22 | 22 | ||
23 | PV = "2.1.0.6" | 23 | PV = "2.1.0.7" |
24 | INC_PR = "r0" | 24 | INC_PR = "r0" |
25 | 25 | ||
26 | DEVICELIST_k2hk = "k2h k2k" | 26 | DEVICELIST_k2hk = "k2h k2k" |