diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb b/recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb index 8212c971..c33e2dfe 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 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 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 \