aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dsplink_1.61.3.bb
blob: 83db04418443b5b10e5da93eab21299453dac745 (plain)
1
2
3
4
5
6
7
8
9
require ti-dsplink.inc

PV = "1_61_03"

do_configure_append() {
    # dsplink makefile is hard-coded to use kbuild only on OMAP3530.
    # we are forcing  to use kbuild on other platforms.
    sed -i 's/OMAP3530/${DSPLINKPLATFORM}/g' ${DSPLINK}/gpp/src/Makefile
}