[oe-commits] Brijesh Singh : ti-codec-engine_2.26.00.08: add new codec engine version.

git version control git at git.openembedded.org
Tue Sep 14 06:42:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5513bd1f9a572c4e7a8678d437352ece991c8ff5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5513bd1f9a572c4e7a8678d437352ece991c8ff5

Author: Brijesh Singh <bksingh at ti.com>
Date:   Thu Sep  9 18:37:07 2010 -0500

ti-codec-engine_2.26.00.08: add new codec engine version.

ti-codec-engine_2.26.00.08: add new codec engine version.

* Add CE 2.26 GA release version.
* .make target is no longer supported on 2.26 hence commenting out from .inc.

Signed-off-by: Brijesh Singh <bksingh at ti.com>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>
Signed-off-by: Koen Kooi <k-kooi at ti.com>
Signed-off-by: Roger Monk <r-monk at ti.com>

---

 recipes/ti/ti-codec-engine.inc           |    6 +++++-
 recipes/ti/ti-codec-engine_2.26.00.08.bb |   15 +++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc
index 9d57354..483a161 100644
--- a/recipes/ti/ti-codec-engine.inc
+++ b/recipes/ti/ti-codec-engine.inc
@@ -85,7 +85,11 @@ do_prepsources() {
                      CGTOOLS_V5T="${TOOLCHAIN_PATH}" \
                      CGTOOLS_C64P="${CODEGEN_INSTALL_DIR}" \
                      CGTOOLS_C674="${CODEGEN_INSTALL_DIR}" \
-                     .make clean
+                     clean
+		     # '.make' target was used in CE < 2.26, but its no longer
+		     # supported in CE >= 2.26. Now we are moved to >=2.26 
+		     # hence commenting out the .make target.
+                     # .make clean
         done
 }
 
diff --git a/recipes/ti/ti-codec-engine_2.26.00.08.bb b/recipes/ti/ti-codec-engine_2.26.00.08.bb
new file mode 100644
index 0000000..1494e14
--- /dev/null
+++ b/recipes/ti/ti-codec-engine_2.26.00.08.bb
@@ -0,0 +1,15 @@
+require ti-codec-engine.inc
+
+PV = "2_26_00_08"
+
+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
+
+}
+





More information about the Openembedded-commits mailing list