[oe-commits] org.oe.dev dsplink : Skeleton for building TI ARM/DSP for omap/davinci processors.

crofton commit oe at amethyst.openembedded.net
Thu May 15 11:47:14 UTC 2008


dsplink : Skeleton for building TI ARM/DSP for omap/davinci processors.
          Requires manual download of tarball from TI website at this time.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: cf37c9ac56f92be7950c19ff0574c6099086b9e6
ViewMTN: http://monotone.openembedded.org/revision/info/cf37c9ac56f92be7950c19ff0574c6099086b9e6
Files:
1
packages/dsplink
packages/dsplink/dsplink_1.50.bb
Diffs:

#
# mt diff -r46ca801f1efcaa636eaa43837f3587c7c90a93ec -rcf37c9ac56f92be7950c19ff0574c6099086b9e6
#
#
#
# add_dir "packages/dsplink"
# 
# add_file "packages/dsplink/dsplink_1.50.bb"
#  content [211ed123063926f84e293bc2ec6e7239aaeda2bf]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	211ed123063926f84e293bc2ec6e7239aaeda2bf
+++ packages/dsplink/dsplink_1.50.bb	211ed123063926f84e293bc2ec6e7239aaeda2bf
@@ -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 () {
+}
+






More information about the Openembedded-commits mailing list