From 51b10ddd2d471c9649a977a99619f01a4918fb0f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 2 Mar 2007 21:03:43 +0000 Subject: =?UTF-8?q?OpenZaurus=203.5.5=20distro=20config=20-=20need=20work?= =?UTF-8?q?=20It=20contain=20stuff=20from:=20-=20OpenZaurus=203.5.4.x=20-?= =?UTF-8?q?=20=C3=85ngstr=C3=B6m=202007.1=20-=20UmbaUmba=2017.3=20This=20n?= =?UTF-8?q?eeds=20to=20be=20cleared=20and=20split=20into=20includes,=20som?= =?UTF-8?q?e=20stuff=20even=20updated.=20Informations=20about=20compatibil?= =?UTF-8?q?ity=20are=20inside=20of=20file.=20Generally=20OZ=203.5.5=20has?= =?UTF-8?q?=20to=20be=20binary=20compatible=20with=203.5.4/3.5.4.1=20as=20?= =?UTF-8?q?much=20as=20possible.=20Kernel=202.6=20for=20all=20models=20exc?= =?UTF-8?q?ept=20Collie.=20OPIE=20&=20GPE=20supported,=20other=20images=20?= =?UTF-8?q?optionally.=20Would=20be=20nice=20to=20get=20minimal=20opie/gpe?= =?UTF-8?q?=20images=20for=20small=20flash=20devices=20(collie,=20poodle,?= =?UTF-8?q?=20tosa,=20c7x0).=20Boot=20from=20Flash=20or=20SD=20for=20all?= =?UTF-8?q?=20models=20except=20spitz=20will=20be=20nice=20addon.=20Some?= =?UTF-8?q?=20work=20already=20done=20by=20CoreDump.=20Altboot=20as=20defa?= =?UTF-8?q?ult=20on=20all=20models=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/distro/openzaurus-3.5.5.conf | 150 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 conf/distro/openzaurus-3.5.5.conf diff --git a/conf/distro/openzaurus-3.5.5.conf b/conf/distro/openzaurus-3.5.5.conf new file mode 100644 index 0000000000..b5dba1ffed --- /dev/null +++ b/conf/distro/openzaurus-3.5.5.conf @@ -0,0 +1,150 @@ +# +# This is config for last version of OpenZaurus distribution. +# We (Hrw & XorA) decided to release 3.5.5 from .dev tree because .oz354x +# is just too old so with such small devteam we are unable to backport all +# needed fixes. +# +# This config need some love. It was created from current OpenZaurus config, +# Ångström config and UmbaUmba 17.3 config. + +DISTRO_VERSION = "3.5.5-test0" + +TEST1 := "$bb.fatal('this config need love')" + +require conf/distro/include/openzaurus.inc +require conf/distro/include/sane-srcdates.inc + +# +# Base +# +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-sdk = "2.16" +PREFERRED_VERSION_binutils-cross = "2.16" +PREFERRED_VERSION_binutils = "2.16" + +PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" +PREFERRED_VERSION_gcc = "3.4.4" +PREFERRED_VERSION_gcc-cross = "3.4.4" +PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" +PREFERRED_VERSION_gcc-cross-initial = "3.4.4" + +# Glibc provides iconv and intl -- adjust, when doing uclibc builds +PREFERRED_PROVIDER_virtual/libiconv = "glibc" +PREFERRED_PROVIDER_virtual/libintl = "glibc" + +# +# Feeds +# +# avoid "/" on end to avoid #1102 +FEED_BASE_URI = "http://feeds.openzaurus.org/3.5.5" + +FEED_URIS ?= " \ + upgrades##${FEED_BASE_URI}/feed/upgrades \ +machine-upgrades##${FEED_BASE_URI}/feed/upgrades/machine/${MACHINE} \ + machine##${FEED_BASE_URI}/feed/machine/${MACHINE} \ + perl##${FEED_BASE_URI}/feed/perl \ + python##${FEED_BASE_URI}/feed/python \ + base##${FEED_BASE_URI}/feed/base " + +ENABLE_BINARY_LOCALE_GENERATION = "1" + +# +# All machines will get 2.6 kernel (except collie of course) +# +MACHINE_KERNEL_VERSION = "2.6" +MACHINE_KERNEL_VERSION_collie = "2.4" + +# +# We use 2.6.20 kernel +# +PREFERRED_VERSION_linux-rp = "2.6.20" + +# +# Toshiba USB Host driver is not updated so tosa == 2.6.17 +# +PREFERRED_VERSION_linux-rp_tosa = "2.6.17" + + +PREFERRED_VERSION_altboot = "1.0.8" + +# GPE +require conf/distro/include/preferred-gpe-versions-2.8.inc + +PREFERRED_PROVIDER_dbus-glib = "dbus-glib" +PREFERRED_PROVIDER_virtual/libsdl ?= "libsdl-x11" +PREFERRED_PROVIDER_virtual/libxine ?= "libxine-x11" +PREFERRED_PROVIDER_esound ?= "pulseaudio" + + +PREFERRED_VERSION_fontconfig = "2.4.1" +PREFERRED_VERSION_freetype = "2.2.1" +PREFERRED_VERSION_freetype-native = "2.2.1" +#fix screen corruption issues +PREFERRED_VERSION_cairo = "1.3.12" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +require conf/distro/include/preferred-xorg-versions-X11R7.1.inc + +PREFERRED_VERSION_xserver-kdrive = "X11R7.1-1.1.0" + +# +# 2.6.10 was used in previous release so will be compatible +# +PREFERRED_VERSION_gtk+ = "2.6.10" + +#zap extra stuff taking place in $MACHINE.conf +GPE_EXTRA_INSTALL = "" + +# Virtuals: +PREFERRED_PROVIDER_virtual/db ?= "db" +PREFERRED_PROVIDER_virtual/db-native ?= "db-native" + +TEST2 := "$bb.fatal('this config need love')" + +# Others: +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" +TEST4 := "$bb.fatal('this config need love')" +PREFERRED_PROVIDER_ntp = "ntp" +PREFERRED_PROVIDER_hotplug = "udev" +PREFERRED_PROVIDER_libxss = "libxss" + +# +# busybox 1.2.1 was known as working - feel free to update +# +PREFERRED_VERSION_busybox = "1.2.1" + +# +# Die pcmcia-cs, DIE! +# +PCMCIA_MANAGER = "pcmciautils" + +PREFERRED_VERSION_dbus ?= "1.0.2" +PREFERRED_VERSION_dbus-glib ?= "0.71" + +PREFERRED_VERSION_gstreamer ?= "0.10.11" + +PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" + +PREFERRED_VERSION_wpa-supplicant = "0.5.7" +PREFERRED_VERSION_hostap-utils ?= "0.4.7" +PREFERRED_VERSION_hostap-modules ?= "0.4.7" + +# +# We do not use qte-mt to keep compatibility with older OZ +# +PALMTOP_USE_MULTITHREADED_QT = "no" +OPIE_VERSION = "1.2.2" + +require conf/distro/include/preferred-opie-versions.inc +TEST3 := "$bb.fatal('this config need love')" -- cgit v1.2.3