blob: 2e0de85b58477110957b5ae11ffcb5c27befed35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
require dsplink.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_armv7a = "1"
# The tconf tool breaks if there is a '.' in your pwd
PR = "r0"
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/index.html
SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60_00_04.tar.gz \
file://Makefile.dsplink \
"
S = "${WORKDIR}/dsplink_1_60_00_04/dsplink"
|