[meta-ti] Sam Nelson : hyplnk-lld: Update to new version 2.1.0.5
Arago Project git
git at arago-project.org
Mon Oct 19 14:11:47 PDT 2015
Module: meta-ti
Branch: master
Commit: 72deb332ebfa4213da7c5f91619fd4be7d8eb165
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=72deb332ebfa4213da7c5f91619fd4be7d8eb165
Author: Sam Nelson <sam.nelson at ti.com>
Date: Tue Oct 20 01:24:39 2015 +0000
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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb | 14 +++-----------
recipes-bsp/hyplnk-lld/hyplnk-lld.inc | 7 ++++---
2 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb b/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
index 8212c97..c33e2df 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb
@@ -2,22 +2,14 @@ include hyplnk-lld.inc
DEPENDS = "common-csl-ip hyplnk-lld"
-CHOICELIST = " yes \
- no \
-"
-
do_compile () {
make -f makefile_armv7 clean PDK_INSTALL_PATH="${STAGING_INCDIR}" \
HYPLNK_SRC_DIR="${S}"
for device in ${DEVICELIST}
do
- for choice in ${CHOICELIST}
- do
- make -f makefile_armv7 tests examples \
- PDK_INSTALL_PATH="${STAGING_INCDIR}" \
- DEVICE="$device" HYPLNK_SRC_DIR="${S}" \
- USEDYNAMIC_LIB="$choice"
- done
+ make -f makefile_armv7 tests examples \
+ PDK_INSTALL_PATH="${STAGING_INCDIR}" \
+ DEVICE="$device" HYPLNK_SRC_DIR="${S}"
done
}
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index 7f46b7d..70b5d80 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
BRANCH="master"
SRC_URI = "git://git.ti.com/keystone-rtos/hyplnk-lld.git;destsuffix=git/ti/drv/${LLDNAME};protocol=git;branch=${BRANCH}"
-# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.02
-SRCREV = "8451586025a0cf561ed9bc6ab70a2cad88a7e95e"
+FILESPATH_prepend := "${THISDIR}/files"
+# Following commit corresponds to tag DEV.HYPLNK_LLD.02.01.00.05
+SRCREV = "ea2a634578626deaa69608a189d5d7e84e5b7127"
-PV = "2.1.0.2"
+PV = "2.1.0.5"
PR = "r1"
DEVICELIST = " k2h \
More information about the meta-ti
mailing list