aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dsplink
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2009-02-18 14:04:06 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-18 14:04:06 +0100
commit09b88241b5e95c441544a02c50db885cbf6d8ee8 (patch)
tree74249de654a25ee04a336f2323e7774a32815678 /packages/dsplink
parentef3439f88221ab81fabb155e3282aac104da556c (diff)
downloadopenembedded-09b88241b5e95c441544a02c50db885cbf6d8ee8.tar.gz
dmai: update 1.20, remove obsolete 1.16
Diffstat (limited to 'packages/dsplink')
-rw-r--r--packages/dsplink/dmai_1.16.bb37
-rw-r--r--packages/dsplink/dmai_1.20.bb14
2 files changed, 7 insertions, 44 deletions
diff --git a/packages/dsplink/dmai_1.16.bb b/packages/dsplink/dmai_1.16.bb
deleted file mode 100644
index 456800c37c..0000000000
--- a/packages/dsplink/dmai_1.16.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Davinci (and OMAP) Multimedia Application Interface"
-DEPENDS = "virtual/kernel codec-engine"
-LICENCE = "unknown"
-
-require ti-paths.inc
-
-# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_16_00_03/dmai_setuplinux_1_16_00_03.bin
-# Install the above link and put the dmai_1_16_00_03.tar.gz file in the same directory as this recipe
-SRC_URI = "file://dmai_1_16_00_03.tar.gz \
- "
-
-S = "${WORKDIR}/dmai_1_16_00_03"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-TARGET = "all"
-TARGET_neuros-osd2 = " dm6446_al dm6446_db"
-
-export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
-
-do_compile() {
- cd packages/ti/sdo/dmai
- oe_runmake clean
- oe_runmake ${TARGET}
- cd packages/ti/sdo/dmai/apps
- oe_runmake clean
- oe_runmake ${TARGET}
-}
-
-do_install () {
- oe_runmake install
-}
-
-do_stage () {
- :
-}
-
diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index 134f8230c8..9a549c3efb 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -7,13 +7,13 @@ require ti-paths.inc
# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_20_00_06/dmai_setuplinux_1_20_00_06.bin
# Install the above link and put the dmai_1_20_00_06.tar.gz file in the same directory as this recipe
SRC_URI = "file://dmai_1_20_00_06.tar.gz \
- file://update-cpu-name.patch;patch=1 \
- file://update-fb-display.patch;patch=1 \
- file://update-v4l2-display.patch;patch=1 \
- file://do-not-panic-on-mixer-failure.patch;patch=1 \
- file://support-32bit-align.patch;patch=1 \
- file://built-with-angstrom.patch;patch=1 \
- file://unbreak-xdc-args.patch;patch=1 \
+ file://dmai-update-cpu-name.patch;patch=1 \
+ file://dmai-update-fb-display.patch;patch=1 \
+ file://dmai-update-v4l2-display.patch;patch=1 \
+ file://dmai-do-not-panic-on-mixer-failure.patch;patch=1 \
+ file://dmai-support-32bit-align.patch;patch=1 \
+ file://dmai-built-with-angstrom.patch;patch=1 \
+ file://dmai-unbreak-xdc-args.patch;patch=1 \
"
S = "${WORKDIR}/dmai_1_20_00_06"