From 8e0a8bd8f275b214d592467f662812bc3b6b5e18 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Fri, 18 Dec 2009 10:31:09 +0000 Subject: ti dsp tools : Adding Framework components 2.25.00.04 ti dsp : Adding EDMA low level driver 1.11.00.02 ti-bios-utils: Add BIOSUTILS package 1.02.02 ti-codec-engine : 2.25.00.05 using lite-CE, i.e. without cetools dependency - improve installer to put dsp server executables next to arm apps - add runtime depends on cmem, dsplink modules - small tweaks for OMAPL138 ti-multimedia-common: Adding new paths for subcomponents ti-dsplink-module: Adding suffix to track kernel version changes angstrom: add infrastructure to set preferred versions for the codec-engine dependency chain - the DEFAULT_PREFERENCE approach didn't scale - add codec-engine 2.25.01 preferred versions and set as default ti-xdais : adding recipe for v6.25.01.08 ti-codec-engine: remove 2.25.01, add 2.25.01.06 ti-framework-components: Add recipe for v2.25.01.05 ti-lpm: Renaming recipe to reflect component version instead of parent version ti-multimedia-common: change path for separately staged lpm ti recipes: remove bogus autotools defines - autotools.bbclass isn't used or needed here ti-lpm-module: switch to TSPA release and fix versioning Signed-off-by: Koen Kooi --- recipes/ti/ti-codec-engine_2.25.00.05.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'recipes/ti/ti-codec-engine_2.25.00.05.bb') diff --git a/recipes/ti/ti-codec-engine_2.25.00.05.bb b/recipes/ti/ti-codec-engine_2.25.00.05.bb index 9421aab614..6e67fd5b75 100644 --- a/recipes/ti/ti-codec-engine_2.25.00.05.bb +++ b/recipes/ti/ti-codec-engine_2.25.00.05.bb @@ -7,8 +7,13 @@ DEFAULT_PREFERENCE_omapl138 = "1" # tconf from xdctools dislikes '.' in pwd :/ PV = "2_25_00_05" -SRC_URI[cetarball.md5sum] = "729ede0fd24210d3c5439511fa859d51" -SRC_URI[cetarball.sha256sum] = "81f815159f3dfda0525be6da543644b02c3610bcb080df170cbd27e2d8420ba2" +# Full-CE +#SRC_URI[cetarball.md5sum] = "729ede0fd24210d3c5439511fa859d51" +#SRC_URI[cetarball.sha256sum] = "81f815159f3dfda0525be6da543644b02c3610bcb080df170cbd27e2d8420ba2" + +# Lite-CE +SRC_URI[cetarball.md5sum] = "618f027c4a471a0658ed999621ac190b" +SRC_URI[cetarball.sha256sum] = "81acdf9236f3062c26356db502837ae13addb35f03c02a847f9b0face9657b51" do_install_prepend() { ln -sf ${S}/examples/apps/system_files/OMAPL137 ${S}/examples/apps/system_files/OMAPL138 || true -- cgit 1.2.3-korg