dsplink : Skeleton for building TI ARM/DSP for omap/davinci processors.
authorPhilip Balister <philip@balister.org>
Thu, 15 May 2008 11:29:49 +0000 (11:29 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 15 May 2008 11:29:49 +0000 (11:29 +0000)
          Requires manual download of tarball from TI website at this time.

packages/dsplink/.mtn2git_empty [new file with mode: 0644]
packages/dsplink/dsplink_1.50.bb [new file with mode: 0644]

diff --git a/packages/dsplink/.mtn2git_empty b/packages/dsplink/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb
new file mode 100644 (file)
index 0000000..b6b3183
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "DSP Link for TI ARM/DSP processors"
+
+PR = "r0"
+
+# Get dsplink tarball from TI website, place in sources and calculate
+# md5sum
+SRC_URI ="http://install.tarball.in.source.dir/dsplink_1_50.tar.gz \
+"
+
+S = "${WORKDIR}/dsplink_1_50"
+
+do_configure () {
+}
+
+do_compile () {
+}
+