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

PR = "${INC_PR}.0"

ALLOW_EMPTY_${PN} = "1"

CLEANBROKEN = "1"

do_compile() {
    :
}

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
}