diff options
author | Roger Monk <r-monk@ti.com> | 2009-12-18 10:31:09 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:08 +0200 |
commit | 8e0a8bd8f275b214d592467f662812bc3b6b5e18 (patch) | |
tree | 3e04a284662ef413add3b4fa2f662114db299d96 /conf | |
parent | 5f870187bfaf105858b50b3de187e6b12a298d88 (diff) |
ti dsp tools : Adding Framework components 2.25.00.04 ti dsp : Adding EDMA low level driver 1.11.00.02 ti-bios-utils: Add BIOSUTILS package 1.02.02 ti-codec-engine : 2.25.00.05 using lite-CE, i.e. without cetools dependency
- improve installer to put dsp server executables next to arm apps
- add runtime depends on cmem, dsplink modules
- small tweaks for OMAPL138
ti-multimedia-common: Adding new paths for subcomponents
ti-dsplink-module: Adding suffix to track kernel version changes
angstrom: add infrastructure to set preferred versions for the codec-engine dependency chain
- the DEFAULT_PREFERENCE approach didn't scale
- add codec-engine 2.25.01 preferred versions and set as default
ti-xdais : adding recipe for v6.25.01.08
ti-codec-engine: remove 2.25.01, add 2.25.01.06
ti-framework-components: Add recipe for v2.25.01.05
ti-lpm: Renaming recipe to reflect component version instead of parent version
ti-multimedia-common: change path for separately staged lpm
ti recipes: remove bogus autotools defines
- autotools.bbclass isn't used or needed here
ti-lpm-module: switch to TSPA release and fix versioning
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
3 files changed, 31 insertions, 2 deletions
diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index 79d1fd1d11..9c09336e9d 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -1,4 +1,7 @@ ANGSTROM_QT_VERSION ?= "4.6.2" +CE_VERSION ?= "2.25.01" + +require conf/distro/include/angstrom-codec-engine-${CE_VERSION}-preferred-versions.inc PREFERRED_VERSION_autoconf = "2.65" PREFERRED_VERSION_autoconf-native = "2.65" @@ -72,5 +75,3 @@ SRCREV_pn-mutter ?= "aff4cf110307e149d3497d20543cde27b9699758" SRCREV_pn-twitter-glib ?= "849bec29292df88590e0b2898b50b9b8d766817e" SRCREV_pn-xf86-video-psb ?= "b6b3bba06fe5a3fe0b1bd6e31a7369dd83812bab" - - diff --git a/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc b/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc new file mode 100644 index 0000000000..d19a8cf502 --- /dev/null +++ b/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc @@ -0,0 +1,14 @@ +# Codec engine needs a specific set of version of its dependencies, so we specify them here: + +PREFERRED_VERSION_ti-codec-engine = "2_25_00_05" + +PREFERRED_VERSION_ti-biosutils-native = "1_02_02" +PREFERRED_VERSION_ti-cgt6x-native = "6190" +PREFERRED_VERSION_ti-dspbios-native = "5_41_02_14" +PREFERRED_VERSION_ti-dsplink-module = "1_64" +PREFERRED_VERSION_ti-edma3lld-native = "01_11_00_02" +PREFERRED_VERSION_ti-framework-components = "2_25_00_04" +PREFERRED_VERSION_ti-linuxutils = "2_25_01_06" +PREFERRED_VERSION_ti-lpm-module = "2_24_01" +PREFERRED_VERSION_ti-xdais-native = "6_25_00_07" +PREFERRED_VERSION_ti-xdctools-native = "3_16_01_27" 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 new file mode 100644 index 0000000000..f32ff37afb --- /dev/null +++ b/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc @@ -0,0 +1,14 @@ +# Codec engine needs a specific set of version of its dependencies, so we specify them here: + +PREFERRED_VERSION_ti-codec-engine = "2_25_01_06" + +PREFERRED_VERSION_ti-biosutils-native = "1_02_02" +PREFERRED_VERSION_ti-cgt6x-native = "6190" +PREFERRED_VERSION_ti-dspbios-native = "5_41_02_14" +PREFERRED_VERSION_ti-dsplink-module = "1_64" +PREFERRED_VERSION_ti-edma3lld-native = "01_11_00_02" +PREFERRED_VERSION_ti-framework-components = "2_25_01_05" +PREFERRED_VERSION_ti-linuxutils = "2_25_01_06" +PREFERRED_VERSION_ti-lpm-module = "1_24_01" +PREFERRED_VERSION_ti-xdais-native = "6_25_01_08" +PREFERRED_VERSION_ti-xdctools-native = "3_16_01_27" |