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 | |
parent | a2962af827253c823b6b61525f56e228d44e7e99 (diff) |
ti: set similar versions for DaVinci platforms
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-codec-engine_2.25.01.06.bb | 3 | ||||
-rw-r--r-- | recipes/ti/ti-dvsdk-demos_3.10.00.09.bb | 2 |
2 files changed, 5 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" diff --git a/recipes/ti/ti-dvsdk-demos_3.10.00.09.bb b/recipes/ti/ti-dvsdk-demos_3.10.00.09.bb index 2be0c0d2d9..8aca3b8d88 100644 --- a/recipes/ti/ti-dvsdk-demos_3.10.00.09.bb +++ b/recipes/ti/ti-dvsdk-demos_3.10.00.09.bb @@ -3,6 +3,8 @@ require ti-dvsdk-demos.inc PV = "3_10_00_09" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_dm355 = "1" +DEFAULT_PREFERENCE_dm365 = "1" DEFAULT_PREFERENCE_dm6467 = "1" SRC_URI[dvsdkdemostarball.md5sum] = "ef4c4e9b4dde03342ab5305e5e6ea871" |