diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-10-20 01:24:39 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-19 17:11:04 -0400 |
| commit | 72deb332ebfa4213da7c5f91619fd4be7d8eb165 (patch) | |
| tree | 58066c314bf5e7a95fd7503e0c8332f0a34dd6d3 /recipes-bsp/hyplnk-lld/hyplnk-lld.inc | |
| parent | 5a7f78ce0723a31a6469e52254eb604ca53808d2 (diff) | |
| download | meta-ti-72deb332ebfa4213da7c5f91619fd4be7d8eb165.tar.gz | |
hyplnk-lld: Update to new version 2.1.0.5
- Remove seperate build for dynamic and static cases
Make now creates two test binaries one use dynamic and other using
static library
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/hyplnk-lld/hyplnk-lld.inc')
| -rw-r--r-- | recipes-bsp/hyplnk-lld/hyplnk-lld.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc index 7f46b7dc..70b5d80a 100644 --- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc +++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc | |||
| @@ -9,10 +9,11 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/${LLDNAME}/COPYING.txt;md5=6233 | |||
| 9 | 9 | ||
| 10 | BRANCH="master" | 10 | BRANCH="master" |
| 11 | SRC_URI = "git://git.ti.com/keystone-rtos/hyplnk-lld.git;destsuffix=git/ti/drv/${LLDNAME};protocol=git;branch=${BRANCH}" | 11 | SRC_URI = "git://git.ti.com/keystone-rtos/hyplnk-lld.git;destsuffix=git/ti/drv/${LLDNAME};protocol=git;branch=${BRANCH}" |
| 12 | # Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.02 | 12 | FILESPATH_prepend := "${THISDIR}/files" |
| 13 | SRCREV = "8451586025a0cf561ed9bc6ab70a2cad88a7e95e" | 13 | # Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.05 |
| 14 | SRCREV = "ea2a634578626deaa69608a189d5d7e84e5b7127" | ||
| 14 | 15 | ||
| 15 | PV = "2.1.0.2" | 16 | PV = "2.1.0.5" |
| 16 | PR = "r1" | 17 | PR = "r1" |
| 17 | 18 | ||
| 18 | DEVICELIST = " k2h \ | 19 | DEVICELIST = " k2h \ |
