Changeset 128


Ignore:
Timestamp:
10/25/06 21:01:53 (7 years ago)
Author:
anonymous
Message:

oe: update conf files

Location:
trunk/oe/conf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/oe/conf/distro/include/preferred-openmoko-versions.inc

    r44 r128  
    1313PREFERRED_PROVIDER_bluez-utils = "bluez-utils-dbus" 
    1414 
     15# Gtk+ 
     16 
    1517PREFERRED_VERSION_atk = "1.9.0" 
    1618PREFERRED_VERSION_pango = "1.8.2" 
     
    1820PREFERRED_VERSION_gtk+ = "2.6.10"  
    1921PREFERRED_VERSION_gtk-engines = "2.6.5" 
     22 
     23# Gnome 
     24 
     25# O-Hand 
     26PREFERRED_VERSION_dates = "0.1" 
     27PREFERRED_VERSION_contacts = "0.1" 
     28 
     29# OpenMoko 
     30 
     31SRCDATE_gsm = "now" 
     32SRCDATE_openmoko-session = "now" 
     33SRCDATE_openmoko-common = "now" 
     34SRCDATE_openmoko-theme-standard = "now" 
     35 
     36 
  • trunk/oe/conf/distro/openmoko.conf

    r93 r128  
    1919PREFERRED_VERSION_gcc-cross ?= "4.1.1" 
    2020PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" 
    21 # binutils 2.17 error out during kernel build (relocations in discarded sections) 
    2221PREFERRED_VERSION_binutils ?= "2.17.50.0.5" 
    2322PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" 
    2423PREFERRED_VERSION_linux-libc-headers ?= "2.6.18" 
    25 PREFERRED_VERSION_glibc ?= "2.5" 
    26 PREFERRED_VERSION_glibc-intermediate ?= "2.5" 
     24# 2.5 has less bugs, but crashes dropbear :/ 
     25PREFERRED_VERSION_glibc ?= "2.4" 
     26PREFERRED_VERSION_glibc-intermediate ?= "2.4" 
  • trunk/oe/conf/site.conf

    r44 r128  
    77DL_DIR = "${OMDIR}/sources" 
    88 
    9 BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/metadata/packages/*/*.bb" 
     9BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/oe/packages/*/*.bb" 
    1010BBFILE_COLLECTIONS = "upstream local" 
    1111BBFILE_PATTERN_upstream = "^${OMDIR}/openembedded/" 
    12 BBFILE_PATTERN_local = "^/${OMDIR}/metadata/" 
     12BBFILE_PATTERN_local = "^/${OMDIR}/oe/" 
    1313BBFILE_PRIORITY_upstream = "5" 
    1414BBFILE_PRIORITY_local = "10" 
     
    2121SOURCEFORGE_MIRROR = "http://heanet.dl.sf.net" 
    2222PARALLEL_MAKE = "" 
    23 INHERIT += "patcher" 
    2423 
    2524SRCDATE = "20060814" 
    2625 
     26OPENMOKO_MIRROR = "svn://svn.gta01.hmw-consulting.de/trunk/src/target/OM-2007" 
     27 
Note: See TracChangeset for help on using the changeset viewer.