diff options
Diffstat (limited to 'packages/dsplink/ti-dsplink_1.60.bb')
-rw-r--r-- | packages/dsplink/ti-dsplink_1.60.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/dsplink/ti-dsplink_1.60.bb b/packages/dsplink/ti-dsplink_1.60.bb new file mode 100644 index 0000000000..64fbba7162 --- /dev/null +++ b/packages/dsplink/ti-dsplink_1.60.bb @@ -0,0 +1,25 @@ +require dsplink.inc + +# The tconf tool breaks if there is a '.' in your pwd +PR = "r9" +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://dsplink-semaphore-27.patch;patch=1;pnum=4 \ + file://Makefile-dsplink-gpp \ + file://Makefile-dsplink-dsp \ +" + +S = "${WORKDIR}/dsplink_1_60/dsplink" + +require ti-paths.inc + +export DSPLINK="${S}" + +PARALLEL_MAKE = "" + |