diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-12 21:28:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-12 21:28:00 +0000 |
commit | e39165fc06c7a294fb18d644547fd6d48fba2e3c (patch) | |
tree | 9865b3e08ab66e4c66bb54d7d68133a0d271d02e /conf | |
parent | c298d3b7a2cb787f5ee9fe5bcac069b1d7408e1a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/12 18:22:50+02:00 uni-frankfurt.de!mickeyl
add wrt54 oe distribution configuration
2004/09/12 18:15:14+02:00 uni-frankfurt.de!mickeyl
minor beagle kernel/module adjustments
2004/09/12 17:34:14+02:00 uni-frankfurt.de!mickeyl
make openzaurus-3.5.1.conf include openzaurus.conf
BKrev: 4144bf605L92AwYqgblqXdlYehYHyg
Diffstat (limited to 'conf')
-rw-r--r-- | conf/beagle.conf | 5 | ||||
-rw-r--r-- | conf/openzaurus-3.5.1.conf | 8 | ||||
-rw-r--r-- | conf/wrt54oe.conf | 0 |
3 files changed, 10 insertions, 3 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index 38bd99b276..8e0b35b97a 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -9,7 +9,10 @@ PREFERRED_PROVIDER_virtual/kernel = "montavista-sa" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules" BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils-collateral hostap-modules-cs orinoco-modules \ kernel-module-net-fd \ -kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor " +kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ +kernel-module-pcnet_cs kernel-module-8390" + +# FIXME: the modules list is not complete yet! EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000" EXTRA_IMAGEDEPENDS = "cetools-native" diff --git a/conf/openzaurus-3.5.1.conf b/conf/openzaurus-3.5.1.conf index 705f8720c8..47d4736cb4 100644 --- a/conf/openzaurus-3.5.1.conf +++ b/conf/openzaurus-3.5.1.conf @@ -1,16 +1,20 @@ -CVSDATE = 20040912 +include conf/openzaurus.conf + +CVSDATE = 20040913 ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95" PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" 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" -DISTRO = "openzaurus" + 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" diff --git a/conf/wrt54oe.conf b/conf/wrt54oe.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/wrt54oe.conf |