blob: e8377a811c2ea047f18843a770c969c6611e28ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require dsplink.inc
# The tconf tool breaks if there is a '.' in your pwd
PR = "r6"
PE = "1"
PV = "160"
# Get dsplink tarball from TI website, place in sources and calculate
# md5sum
# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/link_1_60/index.html
SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60.tar.gz \
file://Makefile-dsplink-gpp \
file://Makefile-dsplink-dsp \
"
S = "${WORKDIR}/dsplink_1_60/dsplink"
|