diff options
Diffstat (limited to 'conf/distro/angstrom-2007.1.conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index b1855b0ea7..b1d67e0405 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "30" +DISTRO_REVISION = "32" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -46,6 +46,10 @@ FEED_ARCH_poodle = "armv5te" FEED_ARCH_spitz = "armv5te" FEED_ARCH_tosa = "armv5te" + +#i586 machines +FEED_ARCH_epia = "i586" + #i686 machines FEED_ARCH_guinness = "i686" @@ -70,9 +74,9 @@ FEED_URIS += " \ # We will lock down a SRCDATE when we go into release mode #SRCDATE = "20070303" -PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh9" -PREFERRED_VERSION_linux-handhelds-2.6_h3900 = "2.6.19-hh7" -PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal = "2.6.18-hh1" +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9" +PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.19-hh7" +PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh7" SRCDATE_gconf-dbus = "20060719" @@ -107,7 +111,7 @@ PREFERRED_PROVIDER_xserver ?= "xserver-kdrive" require conf/distro/include/preferred-xorg-versions-X11R7.1.inc PREFERRED_VERSION_xserver-kdrive = "X11R7.1-1.1.0" -PREFERRED_VERSION_gtk+ = "2.10.6" +PREFERRED_VERSION_gtk+ = "2.10.7" #zap extra stuff taking place in $MACHINE.conf GPE_EXTRA_INSTALL = "" @@ -135,6 +139,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" PREFERRED_PROVIDER_gconf ?= "gconf-dbus" PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" +PREFERRED_PROVIDER_gnome-vfs-plugin-file ?= "gnome-vfs" PREFERRED_PROVIDER_tslib ?= "tslib" PREFERRED_PROVIDER_tslib-conf ?= "tslib" PREFERRED_PROVIDER_libgpewidget ?= "libgpewidget" |