aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec-engine_2.26.00.08.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-09-13 09:26:28 +0100
committerKoen Kooi <koen@openembedded.org>2010-09-14 08:42:14 +0200
commit0ee1e449696318ff321ea16408ab27da065121fc (patch)
treee5422cf3b0dc9f58a6d27688cf4c0756abe7157a /recipes/ti/ti-codec-engine_2.26.00.08.bb
parent5513bd1f9a572c4e7a8678d437352ece991c8ff5 (diff)
downloadopenembedded-0ee1e449696318ff321ea16408ab27da065121fc.tar.gz
ti-codec-engine: Add initial recipe for latest ce 2.26.00.08
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine_2.26.00.08.bb')
-rw-r--r--recipes/ti/ti-codec-engine_2.26.00.08.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/ti/ti-codec-engine_2.26.00.08.bb b/recipes/ti/ti-codec-engine_2.26.00.08.bb
index 1494e147e9..1c7c128406 100644
--- a/recipes/ti/ti-codec-engine_2.26.00.08.bb
+++ b/recipes/ti/ti-codec-engine_2.26.00.08.bb
@@ -2,14 +2,8 @@ require ti-codec-engine.inc
PV = "2_26_00_08"
+SRC_URI_append = "file://ce-2-26-00-08-Examples-Add-LPM_INSTALL_DIR-packages.patch"
+
SRC_URI[cetarball.md5sum] = "4146a441a187c38292dccec661e48d89"
SRC_URI[cetarball.sha256sum] = "98e8a0db6d1b473679156089bcc3ed7cc5e03006e96e7956d4c35a8e940ec16f"
-# update 3530 loadmodule to use mem=99
-do_configure_dm37x-evm_prepend () {
- sed -i \
- -e s:"phys_start=0x85000000 phys_end=0x86000000":"phys_start=0x86300000 phys_end=0x87200000":g \
- ${S}/examples/apps/system_files/${CEEXAMPLESDEVICES}/loadmodules.sh
-
-}
-