aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
blob: 6fffc7eec903894df8d728b8cc5f00d52855d080 (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
}