aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-29 21:58:07 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-29 21:58:07 +0000
commitc4e8411032b99f7f1366db1d50ae352d456140ec (patch)
treebbcd28cea901c4a191b3b6349decb73960700d9a /conf
parent3bea931eb63e93c0e0f05e03b3a7291840a184fa (diff)
downloadopenembedded-c4e8411032b99f7f1366db1d50ae352d456140ec.tar.gz
Merge bk://openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/29 14:18:16-05:00 thegrantclan.org!jgrant fix typo and create resolv.conf in base-files 2004/10/29 14:03:14-05:00 thegrantclan.org!jgrant Keymaping additions for tosa in qte. 2004/10/29 11:43:46-05:00 thegrantclan.org!jgrant Changes based on Murray Jensen's patchs sent to the oe mailing list. Mostly hotplug fixes and location of init scripts. BKrev: 4182bcefIQKf4dZo5GWM-5QhxcjYcQ
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openzaurus-3.5.1.conf1
-rw-r--r--conf/distro/openzaurus-3.5.2.conf30
2 files changed, 31 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-3.5.1.conf b/conf/distro/openzaurus-3.5.1.conf
index 48260d37c9..b0a53a7b45 100644
--- a/conf/distro/openzaurus-3.5.1.conf
+++ b/conf/distro/openzaurus-3.5.1.conf
@@ -26,6 +26,7 @@ PREFERRED_VERSION_qte-for-opie = "2.3.7"
PREFERRED_VERSION_orinoco-modules = "0.13e"
PREFERRED_VERSION_glibc = "2.3.2+cvs20040726"
PREFERRED_VERSION_libpng = "1.2.5+1.2.6rc5"
+PREFERRED_VERSION_wlan-ng-modules = "0.2.1pre22"
#
# Opie
diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf
index e69de29bb2..fe06ddf403 100644
--- a/conf/distro/openzaurus-3.5.2.conf
+++ b/conf/distro/openzaurus-3.5.2.conf
@@ -0,0 +1,30 @@
+include conf/distro/openzaurus.conf
+DISTRO = "openzaurus"
+
+FEED_URIS_openzaurus = "OZ-3.5.2##http://openzaurus.org/official/unstable/3.5.2/feed/ \
+ OZ-Upgrades##http://openzaurus.org/official/unstable/3.5.2/upgrades/"
+
+# CVSDATE = 20041025
+ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95"
+PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"
+PREFERRED_PROVIDERS += " virtual/xserver:xserver-kdrive"
+PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
+PREFERRED_PROVIDERS += " gst-plugins:gpe-gst-plugins"
+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"
+
+OEINCLUDELOGS = "yes"
+KERNEL_CONSOLE = "tty1"
+TARGET_FPU = "soft"
+#DEBUG_OPTIMIZATION = "-O -g3"
+#DEBUG_BUILD = "1"
+#INHIBIT_PACKAGE_STRIP = "1"
+
+PREFERRED_VERSION_binutils-cross = "2.15.91.0.1"
+PREFERRED_VERSION_qte-for-opie = "2.3.7"
+PREFERRED_VERSION_orinoco-modules = "0.13e"
+PREFERRED_VERSION_glibc = "2.3.2+cvs20040726"
+PREFERRED_VERSION_libpng = "1.2.5+1.2.6rc5"
+PREFERRED_VERSION_wlan-ng-modules = "0.2.1pre22"
+