mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +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
76d973e239
commit
596a5704a1
@@ -2,22 +2,14 @@ include hyplnk-lld.inc
|
|||||||
|
|
||||||
DEPENDS = "common-csl-ip hyplnk-lld"
|
DEPENDS = "common-csl-ip hyplnk-lld"
|
||||||
|
|
||||||
CHOICELIST = " yes \
|
|
||||||
no \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
make -f makefile_armv7 clean PDK_INSTALL_PATH="${STAGING_INCDIR}" \
|
make -f makefile_armv7 clean PDK_INSTALL_PATH="${STAGING_INCDIR}" \
|
||||||
HYPLNK_SRC_DIR="${S}"
|
HYPLNK_SRC_DIR="${S}"
|
||||||
for device in ${DEVICELIST}
|
for device in ${DEVICELIST}
|
||||||
do
|
do
|
||||||
for choice in ${CHOICELIST}
|
make -f makefile_armv7 tests examples \
|
||||||
do
|
PDK_INSTALL_PATH="${STAGING_INCDIR}" \
|
||||||
make -f makefile_armv7 tests examples \
|
DEVICE="$device" HYPLNK_SRC_DIR="${S}"
|
||||||
PDK_INSTALL_PATH="${STAGING_INCDIR}" \
|
|
||||||
DEVICE="$device" HYPLNK_SRC_DIR="${S}" \
|
|
||||||
USEDYNAMIC_LIB="$choice"
|
|
||||||
done
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,11 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/${LLDNAME}/COPYING.txt;md5=6233
|
|||||||
|
|
||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
SRC_URI = "git://git.ti.com/keystone-rtos/hyplnk-lld.git;destsuffix=git/ti/drv/${LLDNAME};protocol=git;branch=${BRANCH}"
|
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
|
FILESPATH_prepend := "${THISDIR}/files"
|
||||||
SRCREV = "8451586025a0cf561ed9bc6ab70a2cad88a7e95e"
|
# 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"
|
PR = "r1"
|
||||||
|
|
||||||
DEVICELIST = " k2h \
|
DEVICELIST = " k2h \
|
||||||
|
|||||||
Reference in New Issue
Block a user