diff options
author | Roger Monk <r-monk@ti.com> | 2010-04-28 12:04:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-28 10:20:42 +0200 |
commit | 9790f305d133fb1be4e5e49463e1b5968c79e92a (patch) | |
tree | 5d8af388477083a883969bd97b3103406025923f | |
parent | d705a002d4f7b4c4f6b8033b2d977e311b7bfc46 (diff) |
angstrom-preferred-versions: Add missing ti packages to preferred list
* Some packages were missing from preferred versions config following cleanup
* Add all recipes/ti components to the preferred versions list (some commented)
* Use codec-engine include as placeholder till we find a better location
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc b/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc index cab6e9d27e..5a16f2c8b3 100644 --- a/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc +++ b/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc @@ -2,14 +2,49 @@ # - using edma-lld 01.11.00.03 (instead of 01.11.00.02) to fix installer issue. PREFERRED_VERSION_ti-codec-engine = "2_25_01_06" - +PREFERRED_VERSION_ti-codec-engine-examples = "2_25_01_06" + PREFERRED_VERSION_ti-biosutils = "1_02_02" PREFERRED_VERSION_ti-cgt6x = "6_1_9" PREFERRED_VERSION_ti-dspbios = "5_41_02_14" +PREFERRED_VERSION_ti-dsplink = "1_64" +PREFERRED_VERSION_ti-dsplink-examples = "1_64" PREFERRED_VERSION_ti-dsplink-module = "1_64" PREFERRED_VERSION_ti-edma3lld = "01_11_00_03" PREFERRED_VERSION_ti-framework-components = "2_25_01_05" PREFERRED_VERSION_ti-linuxutils = "2_25_01_06" +PREFERRED_VERSION_ti-local-power-manager = "1_24_01" PREFERRED_VERSION_ti-lpm-module = "1_24_01" +PREFERRED_VERSION_ti-lpm-utils = "1_24_01" PREFERRED_VERSION_ti-xdais = "6_25_01_08" PREFERRED_VERSION_ti-xdctools = "3_16_01_27" + +PREFERRED_VERSION_ti-codecs-dm355 = "1_13_000" +PREFERRED_VERSION_ti-codecs-dm355-server = "1_13_000" +PREFERRED_VERSION_ti-codecs-dm365 = "3_10_00_02" +PREFERRED_VERSION_ti-codecs-dm365-server = "3_10_00_02" +PREFERRED_VERSION_ti-codecs-dm6446 = "2_05_00_00" +PREFERRED_VERSION_ti-codecs-dm6446-server = "2_05_00_00" +PREFERRED_VERSION_ti-codecs-dm6467 = "1_00_00_03" +PREFERRED_VERSION_ti-codecs-dm6467-server = "1_00_00_03" +PREFERRED_VERSION_ti-codecs-omap3530 = "1_00_01" +PREFERRED_VERSION_ti-codecs-omap3530-server = "1_00_00" +PREFERRED_VERSION_ti-codecs_omapl137 = "1_00_00" +PREFERRED_VERSION_ti-codecs_omapl137-server = "1_00_00" +PREFERRED_VERSION_ti-codecs_omapl138 = "1_00_00" +PREFERRED_VERSION_ti-codecs-omapl138-server = "1_00_00" +PREFERRED_VERSION_ti-dm355mm-module = "1_13" +PREFERRED_VERSION_ti-dm365mm-module = "1_0_3" +PREFERRED_VERSION_ti-dvsdk-demos = "3_10_00_11" + +# PREFERRED_VERSION_ti-dmai = "" +# PREFERRED_VERSION_ti-dmai-apps = "" +# PREFERRED_VERSION_ti-dmai-tests = "" +# PREFERRED_VERSION_gstreamer-ti = "" +# PREFERRED_VERSION_gstreamer-ti-demo-script = "" + +# PREFERRED_VERSION_matrix-gui = "" +# PREFERRED_VERSION_bitblit = "" +# PREFERRED_VERSION_ti-dsplib = "" +# PREFERRED_VERSION_ti-sysbios = "" + |