diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 19:07:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 19:07:38 +0000 |
commit | ea8318f04decd1f08054633d7110a1a1e4874726 (patch) | |
tree | 9922d0234921ba996d02718caf06493555c4ec0d /conf/distro | |
parent | 35b7a1f17b7dddb69d3fee86040c811376cdfea3 (diff) | |
parent | 3c38e235695be35e780db6da7b4817c894d84f90 (diff) |
merge of '1f09cd3a225e9cc6002c73f2660f6619f10f9e59'
and '8c1fecdaef7355feda28b9b87ce84a94e1698804'
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openomap.conf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf index 7baf9e0d49..88a5f06b50 100644 --- a/conf/distro/openomap.conf +++ b/conf/distro/openomap.conf @@ -29,11 +29,20 @@ PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git" PREFERRED_VERSION_gcc ?= "4.1.1" PREFERRED_VERSION_gcc-cross ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" -PREFERRED_VERSION_binutils ?= "2.17" -PREFERRED_VERSION_binutils-cross ?= "2.17" +PREFERRED_VERSION_binutils ?= "2.17.50.0.5" +PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" -PREFERRED_VERSION_glibc ?= "2.4" -PREFERRED_VERSION_glibc-intermediate ?= "2.4" +PREFERRED_VERSION_glibc ?= "2.5" +PREFERRED_VERSION_glibc-intermediate ?= "2.5" + +#PREFERRED_VERSION_gcc ?= "4.1.1" +#PREFERRED_VERSION_gcc-cross ?= "4.1.1" +#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" +#PREFERRED_VERSION_binutils ?= "2.17" +#PREFERRED_VERSION_binutils-cross ?= "2.17" +#PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" +#PREFERRED_VERSION_glibc ?= "2.4" +#PREFERRED_VERSION_glibc-intermediate ?= "2.4" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "nfs pcmcia usbhost" |