summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-30 15:18:15 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-30 15:18:15 +0000
commit698dcc9cb0b9b9d764925df85a2763c10a152da6 (patch)
treeced2a97c93ef37b69468faff27b97c4a4b3a9e3b
parent290c319caa59d7442b1606f3dfbabef370310400 (diff)
dsplink: use 128mb patch for beagle as well
codec-engine: more tweaks
-rw-r--r--packages/dsplink/codec-engine_2.10.bb3
-rw-r--r--packages/dsplink/dsplink_1.51.00.08.bb6
-rw-r--r--packages/dsplink/files/ticel-config4
3 files changed, 8 insertions, 5 deletions
diff --git a/packages/dsplink/codec-engine_2.10.bb b/packages/dsplink/codec-engine_2.10.bb
index f444c24e1f..83102a0afe 100644
--- a/packages/dsplink/codec-engine_2.10.bb
+++ b/packages/dsplink/codec-engine_2.10.bb
@@ -5,7 +5,7 @@ RDEPENDS = "update-modules"
inherit module
-PR = "r5"
+PR = "r7"
PV = "2.10"
# Get CE tarball from TI website, place in sources and calculate
@@ -94,6 +94,7 @@ export DSPLIBS = "${S}/packages/ti/sdo/ce/utils/trace/lib/*.a* \
${S}/packages/ti/sdo/ce/alg/lib/*.a* \
${S}/cetools/packages/ti/sdo/fc/dman3/*.a* \
${S}/cetools/packages/ti/sdo/fc/acpy3/*.a* \
+ ${S}/packages/ti/sdo/ce/osal/linux/lib/osal_linux_470.a* \
${S}/packages/ti/sdo/ce/utils/xdm/lib/*.a* \
${S}/cetools/packages/ti/sdo/utils/trace/lib/*.a* \
"
diff --git a/packages/dsplink/dsplink_1.51.00.08.bb b/packages/dsplink/dsplink_1.51.00.08.bb
index 26e63530b9..b110ab9fb6 100644
--- a/packages/dsplink/dsplink_1.51.00.08.bb
+++ b/packages/dsplink/dsplink_1.51.00.08.bb
@@ -4,7 +4,7 @@ require dsplink.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_armv7a = "1"
-PR = "r9"
+PR = "r10"
PE = "1"
PV = "1.51"
@@ -19,5 +19,9 @@ SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_51_00_08.tar.gz \
file://prcs-fix-include.patch;patch=1;pnum=2 \
"
+SRC_URI_append_beagleboard = " \
+ file://dsplink-128M.patch;patch=1;pnum=2 \
+"
+
S = "${WORKDIR}/dsplink_1_51_00_08/dsplink"
diff --git a/packages/dsplink/files/ticel-config b/packages/dsplink/files/ticel-config
index 13ab6b02be..75ebddae75 100644
--- a/packages/dsplink/files/ticel-config
+++ b/packages/dsplink/files/ticel-config
@@ -2,7 +2,6 @@
LIBS=""
for lib in \
- decode_x470MV.a \
TraceUtil.a \
bioslog.a \
video.a \
@@ -11,8 +10,7 @@ for lib in \
ce.a \
Algorithm_noOS.a \
alg.a \
- osal_dsplink_linux.a \
- osal_dsplink_linux_6446.a \
+ osal_linux_470.a \
dman3Cfg.a \
acpy3.a \
cmem.a \