r128 - in trunk/oe/conf: . distro distro/include


Wed Oct 25 21:01:53 CEST 2006


Author: 
Date: 2006-10-25 19:01:53 +0000 (Wed, 25 Oct 2006)
New Revision: 128

Modified:
   trunk/oe/conf/distro/include/preferred-openmoko-versions.inc
   trunk/oe/conf/distro/openmoko.conf
   trunk/oe/conf/site.conf
Log:
oe: update conf files


Modified: trunk/oe/conf/distro/include/preferred-openmoko-versions.inc
===================================================================
--- trunk/oe/conf/distro/include/preferred-openmoko-versions.inc	2006-10-25 16:27:48 UTC (rev 127)
+++ trunk/oe/conf/distro/include/preferred-openmoko-versions.inc	2006-10-25 19:01:53 UTC (rev 128)
@@ -12,8 +12,25 @@
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_bluez-utils = "bluez-utils-dbus"
 
+# Gtk+
+
 PREFERRED_VERSION_atk = "1.9.0"
 PREFERRED_VERSION_pango = "1.8.2"
 PREFERRED_VERSION_glib-2.0 = "2.6.4"
 PREFERRED_VERSION_gtk+ = "2.6.10" 
 PREFERRED_VERSION_gtk-engines = "2.6.5"
+
+# Gnome
+
+# O-Hand
+PREFERRED_VERSION_dates = "0.1"
+PREFERRED_VERSION_contacts = "0.1"
+
+# OpenMoko
+
+SRCDATE_gsm = "now"
+SRCDATE_openmoko-session = "now"
+SRCDATE_openmoko-common = "now"
+SRCDATE_openmoko-theme-standard = "now"
+
+

Modified: trunk/oe/conf/distro/openmoko.conf
===================================================================
--- trunk/oe/conf/distro/openmoko.conf	2006-10-25 16:27:48 UTC (rev 127)
+++ trunk/oe/conf/distro/openmoko.conf	2006-10-25 19:01:53 UTC (rev 128)
@@ -18,9 +18,9 @@
 PREFERRED_VERSION_gcc ?= "4.1.1"
 PREFERRED_VERSION_gcc-cross ?= "4.1.1"
 PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
-# binutils 2.17 error out during kernel build (relocations in discarded sections)
 PREFERRED_VERSION_binutils ?= "2.17.50.0.5"
 PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5"
 PREFERRED_VERSION_linux-libc-headers ?= "2.6.18"
-PREFERRED_VERSION_glibc ?= "2.5"
-PREFERRED_VERSION_glibc-intermediate ?= "2.5"
+# 2.5 has less bugs, but crashes dropbear :/
+PREFERRED_VERSION_glibc ?= "2.4"
+PREFERRED_VERSION_glibc-intermediate ?= "2.4"

Modified: trunk/oe/conf/site.conf
===================================================================
--- trunk/oe/conf/site.conf	2006-10-25 16:27:48 UTC (rev 127)
+++ trunk/oe/conf/site.conf	2006-10-25 19:01:53 UTC (rev 128)
@@ -6,10 +6,10 @@
 
 DL_DIR = "${OMDIR}/sources"
 
-BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/metadata/packages/*/*.bb"
+BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/oe/packages/*/*.bb"
 BBFILE_COLLECTIONS = "upstream local"
 BBFILE_PATTERN_upstream = "^${OMDIR}/openembedded/"
-BBFILE_PATTERN_local = "^/${OMDIR}/metadata/"
+BBFILE_PATTERN_local = "^/${OMDIR}/oe/"
 BBFILE_PRIORITY_upstream = "5"
 BBFILE_PRIORITY_local = "10"
 
@@ -20,7 +20,8 @@
 #INHIBIT_PACKAGE_STRIP = "1"
 SOURCEFORGE_MIRROR = "http://heanet.dl.sf.net"
 PARALLEL_MAKE = ""
-INHERIT += "patcher"
 
 SRCDATE = "20060814"
 
+OPENMOKO_MIRROR = "svn://svn.gta01.hmw-consulting.de/trunk/src/target/OM-2007"
+





More information about the commitlog mailing list