diff options
author | Denys Dmytriyenko <[denis@denix.org]> | 2010-01-22 10:18:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:14 +0200 |
commit | 4bbe7dcc64cb65d99f78ac09efdce30e191d0405 (patch) | |
tree | fec1d06af0739e8525890d397ca540bd60906f67 /recipes/ti/ti-codec-engine_2.25.01.06.bb | |
parent | a2962af827253c823b6b61525f56e228d44e7e99 (diff) |
ti: set similar versions for DaVinci platforms
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine_2.25.01.06.bb')
-rw-r--r-- | recipes/ti/ti-codec-engine_2.25.01.06.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 01d67739fb..ddf18ffdc8 100644 --- a/recipes/ti/ti-codec-engine_2.25.01.06.bb +++ b/recipes/ti/ti-codec-engine_2.25.01.06.bb @@ -2,6 +2,9 @@ require ti-codec-engine.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_omapl138 = "1" +DEFAULT_PREFERENCE_dm355 = "1" +DEFAULT_PREFERENCE_dm365 = "1" +DEFAULT_PREFERENCE_dm6467 = "1" # tconf from xdctools dislikes '.' in pwd :/ PV = "2_25_01_06" |