diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-16 13:01:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | afa6452d904ed2139deb039a8c52e1cb8e180c29 (patch) | |
tree | eebd59c752b58a2a870f2b9cfab571201fc2ecee | |
parent | c6e376f83746f88a33a7255c7276c6801048e3f6 (diff) |
ti-codec-engine: set GPPOS for dm355 to fix G711 dmai failure
-rw-r--r-- | recipes/ti/ti-codec-engine.inc | 3 | ||||
-rw-r--r-- | recipes/ti/ti-codec-engine_2.25.01.06.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc index 673abcf47f..fc68a3305f 100644 --- a/recipes/ti/ti-codec-engine.inc +++ b/recipes/ti/ti-codec-engine.inc @@ -26,6 +26,9 @@ DEVICES_dm365 ?= "DM365" DEVICES_omapl137 ?= "OMAPL137" DEVICES_omapl138 ?= "OMAPL138" +# Need to set this for other platforms as well +GPPOS_dm355 = "LINUX_GCC" + #define PROGRAM variables #TODO - should we build APP_LOCAL for SOCs as well?? - probably? PROGRAMS ?= "APP_CLIENT DSP_SERVER" diff --git a/recipes/ti/ti-codec-engine_2.25.01.06.bb b/recipes/ti/ti-codec-engine_2.25.01.06.bb index 47a1bfa2c3..21c5a0eea2 100644 --- a/recipes/ti/ti-codec-engine_2.25.01.06.bb +++ b/recipes/ti/ti-codec-engine_2.25.01.06.bb @@ -8,7 +8,7 @@ DEFAULT_PREFERENCE_dm6467 = "1" # tconf from xdctools dislikes '.' in pwd :/ PV = "2_25_01_06" -PR = "r1" +PR = "r2" # Full-CE #SRC_URI[cetarball.md5sum] = "729ede0fd24210d3c5439511fa859d51" |