]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - ti-edma3lld.inc
d4e8557e46cb9b076d5586ebce5ab7f9b4b5270d
[glsdk/meta-ti-glsdk.git] / ti-edma3lld.inc
1 DESCRIPTION = "TI EDMA3 Low Level Driver (LLD)"
2 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld"
3 SECTION = "devel"
4 LICENSE = "TI"
5 LIC_FILES_CHKSUM = "file://packages/ti/sdo/edma3/drv/edma3_drv.h;md5=c1aa300aaf369a0a03e7922c1b0bbf8e"
7 require ../includes/ti-paths.inc
8 require ../includes/ti-staging.inc
9 require ../includes/ti-eula-unpack.inc
11 S = "${WORKDIR}/edma3_lld_${PV}"
13 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld/edma3-lld-bios5/${PV}/exports/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin"
15 BINFILE="EDMA3_LLD_setuplinux_${PV}.bin"
16 TI_BIN_UNPK_CMDS="Y:workdir"
18 do_install() {
19     install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
20     cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
21 }