DESCRIPTION = "Chip support library low level interface" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" COMPATIBLE_MACHINE = "keystone" ALLOW_EMPTY_${PN} = "1" PR = "r2" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.06A SRCREV = "6e39222e13244c285929bda2f90f5224f9ea5144" S = "${WORKDIR}/git" do_install () { install -d ${D}${includedir}/ti/csl find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl find ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl }