diff options
Diffstat (limited to 'packages/dsplink/dsplink_1.51.00.08.bb')
-rw-r--r-- | packages/dsplink/dsplink_1.51.00.08.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink_1.51.00.08.bb b/packages/dsplink/dsplink_1.51.00.08.bb new file mode 100644 index 0000000000..d79b5e655c --- /dev/null +++ b/packages/dsplink/dsplink_1.51.00.08.bb @@ -0,0 +1,19 @@ +require dsplink.inc + +PR = "r0" +PE = "1" +PV = "1.51" + +# 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_51_00_08.tar.gz \ + file://CURRENTCFG.MK \ + file://c64xx_5.xx_linux.mk \ + file://davinci_mvlpro5.0.mk \ + file://prcs-fix-include.patch;patch=1;pnum=2 \ +" + +S = "${WORKDIR}/dsplink_1_51_00_08/dsplink" + |