1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00
Files
2019-08-03 16:51:20 +00:00

22 lines
407 B
BlitzBasic

DESCRIPTION = "TI SRIO peripheral low level driver"
DEPENDS="common-csl-ip rm-lld cppi-lld"
include srio-lld.inc
PR = "${INC_PR}.0"
do_compile () {
# Now build the lld
oe_runmake clean
for device in ${DEVICELIST}
do
oe_runmake lib DEVICE="${device}"
done
}
do_install () {
oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
chown -R root:root ${D}
}