diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-0.8.2.conf | 13 | ||||
-rw-r--r-- | conf/distro/preferred-gpe-versions.inc | 9 | ||||
-rw-r--r-- | conf/machine/handheld-common.conf | 4 | ||||
-rw-r--r-- | conf/machine/mainstone.conf | 0 | ||||
-rw-r--r-- | conf/machine/vibren-pxa255idp.conf | 0 |
5 files changed, 14 insertions, 12 deletions
diff --git a/conf/distro/familiar-0.8.2.conf b/conf/distro/familiar-0.8.2.conf index 736cefcf2d..8e4e70ce1c 100644 --- a/conf/distro/familiar-0.8.2.conf +++ b/conf/distro/familiar-0.8.2.conf @@ -7,18 +7,21 @@ DISTRO_VERSION = "v0.8.2-snapshot-${DATE}" DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" +#BIG FAT FIXME BEFORE RELEASE WARNING: +# fixme: feed uri's FEED_URIS += " \ - base##http://familiar.handhelds.org/releases/v0.8.1/feed/base" + base##http://familiar.handhelds.org/releases/v0.8.1/feed/base \ + updates#http://familiar.handhelds.org/releases/v0.8.1/feed/updates" -#CVSDATE = 20050222 +CVSDATE = 20050315 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" 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_gcc-cross = "3.4.3" +PREFERRED_VERSION_gcc-cross-initial = "3.4.3 PREFERRED_VERSION_libtool-native = "1.5.6" PREFERRED_VERSION_libtool-cross= "1.5.6" @@ -29,7 +32,7 @@ PREFERRED_VERSION_libtool-cross= "1.5.6" PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" PREFERRED_VERSION_qte = "2.3.10" -#OPIE_VERSION = "1.1.9" +#OPIE_VERSION = "1.2.0" include conf/distro/preferred-opie-versions.inc # diff --git a/conf/distro/preferred-gpe-versions.inc b/conf/distro/preferred-gpe-versions.inc index feae12faf7..2e47340a6e 100644 --- a/conf/distro/preferred-gpe-versions.inc +++ b/conf/distro/preferred-gpe-versions.inc @@ -3,7 +3,6 @@ # #work around some breakages -CVSDATE_cairo=20050204 CVSDATE_xserver-kdrive=20050207 #specify versions, as the header says :) @@ -14,8 +13,8 @@ PREFERRED_VERSION_matchbox-desktop = "0.9.1" PREFERRED_VERSION_matchbox-wm = "0.9.3" PREFERRED_VERSION_matchbox-panel = "0.9.1" PREFERRED_VERSION_matchbox-applet-inputmanager = "0.6" -PREFERRED_VERSION_gtk+ = "2.6.2" -#PREFERRED_VERSION_libgpewidget = "0.97" +PREFERRED_VERSION_gtk+ = "2.6.3" +PREFERRED_VERSION_libgpewidget = "0.97" PREFERRED_VERSION_libgpepimc = "0.4" PREFERRED_VERSION_libgpevtype = "0.11" PREFERRED_VERSION_libschedule = "0.14" @@ -23,13 +22,13 @@ PREFERRED_VERSION_gpe-icons = "0.24" PREFERRED_VERSION_libgsm = "1.0.10" #PREFERRED_VERSION_diet-x11 = "6.2.1" PREFERRED_VERSION_xcursor-transparent-theme = "0.1.1" -PREFERRED_VERSION_rxvt-unicode = "4.8" +PREFERRED_VERSION_rxvt-unicode = "5.3" PREFERRED_VERSION_gtk2-theme-angelistic = "0.3" PREFERRED_VERSION_xst = "0.14" PREFERRED_VERSION_xprop = "0.0cvs${CVSDATE}" PREFERRED_VERSION_xhost = "0.0cvs20040413" PREFERRED_VERSION_xrdb = "0.0cvs${CVSDATE}" -PREFERRED_VERSION_gpe-login = "0.75" +PREFERRED_VERSION_gpe-login = "0.76" PREFERRED_VERSION_gpe-session-scripts = "0.62" PREFERRED_VERSION_gpe-soundserver = "0.4-1" PREFERRED_VERSION_gpe-todo = "0.50" diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index 48ef6aa937..a872062ce9 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -17,8 +17,8 @@ input uinput \ " # Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd network-suspend-scripts" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/machine/mainstone.conf diff --git a/conf/machine/vibren-pxa255idp.conf b/conf/machine/vibren-pxa255idp.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/machine/vibren-pxa255idp.conf |