mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 02:11:00 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
5a7f78ce07
commit
72deb332eb
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user