diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-0.8.0.conf | 7 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.1.conf | 2 | ||||
-rw-r--r-- | conf/distro/openzaurus-3.5.2.conf | 2 | ||||
-rw-r--r-- | conf/machine/h3600.conf | 1 | ||||
-rw-r--r-- | conf/machine/h3900.conf | 1 | ||||
-rw-r--r-- | conf/machine/simpad.conf | 3 |
6 files changed, 13 insertions, 3 deletions
diff --git a/conf/distro/familiar-0.8.0.conf b/conf/distro/familiar-0.8.0.conf index 82254a3fac..ee960217d7 100644 --- a/conf/distro/familiar-0.8.0.conf +++ b/conf/distro/familiar-0.8.0.conf @@ -7,6 +7,7 @@ FEED_URIS += " \ opie##http://familiar.handhelds.org/releases/v0.8/opie/" CVSDATE = 20041120 +CVSDATE_minimo = 20040920 PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" @@ -17,6 +18,8 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_gcc-cross = "3.4.2" +PREFERRED_VERSION_gcc-cross-initial = "3.4.2" PREFERRED_VERSION_libtool-native = "1.5.6" PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" @@ -224,7 +227,7 @@ PREFERRED_VERSION_matchbox-wm = "0.8.4" PREFERRED_VERSION_matchbox-panel = "0.8.3" PREFERRED_VERSION_matchbox-applet-inputmanager = "0.5" PREFERRED_VERSION_gtk+ = "2.4.13" -PREFERRED_VERSION_libgpewidget = "0.95" +PREFERRED_VERSION_libgpewidget = "0.96" PREFERRED_VERSION_libgpepimc = "0.3" PREFERRED_VERSION_libgpevtype = "0.5" PREFERRED_VERSION_libschedule = "0.13" @@ -253,7 +256,7 @@ PREFERRED_VERSION_gpe-su = "0.18" PREFERRED_VERSION_gpe-conf = "0.1.22" PREFERRED_VERSION_gpe-clock = "0.14" PREFERRED_VERSION_gpe-mininet = "0.4" -PREFERRED_VERSION_gpe-mixer = "0.38" +PREFERRED_VERSION_gpe-mixer = "0.40" PREFERRED_VERSION_gpe-shield = "0.6" PREFERRED_VERSION_gpe-wlancfg = "0.2.6" PREFERRED_VERSION_gpe-taskmanager = "0.17" diff --git a/conf/distro/openzaurus-3.5.1.conf b/conf/distro/openzaurus-3.5.1.conf index f62398d343..48671d9114 100644 --- a/conf/distro/openzaurus-3.5.1.conf +++ b/conf/distro/openzaurus-3.5.1.conf @@ -22,6 +22,8 @@ TARGET_FPU = "soft" #INHIBIT_PACKAGE_STRIP = "1" PREFERRED_VERSION_binutils-cross = "2.15.91.0.1" +PREFERRED_VERSION_gcc-cross = "3.4.2" +PREFERRED_VERSION_gcc-cross-initial = "3.4.2" PREFERRED_VERSION_libtool-native = "1.5.6" PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index 87db7ed5ff..27c435ef27 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -26,6 +26,8 @@ TARGET_FPU = "soft" #ENABLE_SYSREQ = "yes" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" +PREFERRED_VERSION_gcc-cross = "3.4.2" +PREFERRED_VERSION_gcc-cross-initial = "3.4.2" PREFERRED_VERSION_libtool-native = "1.5.6" PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_VERSION_qte-for-opie = "2.3.7" diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 83769104d6..186759b998 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -31,6 +31,7 @@ usb-char \ usb-eth" USE_DEVFS = "1" +USE_VT = "0" IMAGE_LINGUAS = "" diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 482e29b5b3..75151b0f83 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -23,6 +23,7 @@ H3900_MODULES_append_kernel26 = " h3900_lcd asic2_ts" SERIAL_CONSOLE = "115200 tts/0 vt100" USE_DEVFS_kernel24 = "1" +USE_VT = "0" include conf/machine/ipaq-common.conf include conf/machine/handheld-common.conf diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 1ac0946ca3..96f39b3a8c 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -21,7 +21,8 @@ EXTRA_IMAGEDEPENDS = "" SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" -#GPE_MACHINE_CLASS = "bigscreen" +GPE_MACHINE_CLASS = "bigscreen" +USE_VT = "0" include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf |