diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
| commit | c02179bd0c04e122368c5862eee1dc390cb95599 (patch) | |
| tree | 49cf174c6b2f5c20578d8809b2f891cedd93dd86 | |
| parent | bd11c73fc1aaf59a0f21fc4ad173ab17388ecaa1 (diff) | |
| parent | 142e8ecfb668ea932ae55198d67c64ab59d092ac (diff) | |
propagate from branch 'org.openembedded.dev' (head 97e2b25c7bdda7a64ccb33ddc8235de3638a0749)
to branch 'org.openembedded.dev.avr32' (head 56e7ad184e2407b765afc6cd46fac74bd31b0447)
117 files changed, 39314 insertions, 509 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 9d2223ccd9..a5a99d3a2c 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -26,15 +26,19 @@ require conf/distro/angstrom-2007.1.conf DISTRO_VERSION = "2008.1-test-${DATE}" DISTRO_REVISION = "0" -PREFERRED_VERSION_gcc = "4.2.1" -PREFERRED_VERSION_gcc-cross = "4.2.1" +PREFERRED_VERSION_gcc = "4.2.1" +PREFERRED_VERSION_gcc-cross = "4.2.1" #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against -PREFERRED_VERSION_linux-libc-headers = "2.6.22" +PREFERRED_VERSION_linux-libc-headers = "2.6.22" #Prefer glibc 2.6 and uclibc 0.9.29, these have had the most testing. -PREFERRED_VERSION_glibc = "2.6.1" -PREFERRED_VERSION_glibc-intermediate = "2.6.1" -PREFERRED_VERSION_glibc-initial = "2.6.1" +PREFERRED_VERSION_glibc = "2.6.1" +PREFERRED_VERSION_glibc-intermediate = "2.6.1" +PREFERRED_VERSION_glibc-initial = "2.6.1" + +#Prefer a newer GTK+ and friends +PREFERRED_VERSION_gtk+ = "2.12.0" + diff --git a/conf/distro/include/insane-srcrevs.inc b/conf/distro/include/insane-srcrevs.inc index bbb62b9398..14d6336b96 100644 --- a/conf/distro/include/insane-srcrevs.inc +++ b/conf/distro/include/insane-srcrevs.inc @@ -70,6 +70,8 @@ SRCREV_pn-openmoko-theme-standard2-qvga ?= "${AUTOREV}" SRCREV_pn-openmoko-today ?= "${AUTOREV}" SRCREV_pn-openmoko-today2 ?= "${AUTOREV}" SRCREV_pn-openmoko-today2-folders ?= "${AUTOREV}" +SRCREV_pn-openocd ?= "${AUTOREV}" +SRCREV_pn-openocd-native ?= "${AUTOREV}" SRCREV_pn-psplash ?= "${AUTOREV}" SRCREV_pn-settings-daemon ?= "${AUTOREV}" |
