diff options
-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" |