summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
blob: 8f622a5e846b9366a7e81e68dc2b9de03fadb505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require common-csl-ip.inc

PR = "r3"

ALLOW_EMPTY_${PN} = "1"

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
}