From 52146596f05520a8bf85ec7f77ba19038acbfbb2 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Sun, 28 May 2006 03:16:34 +0000 Subject: jlime-donkey.conf: Updates distro file * gcc 4.1.1 * opie version 1.2.2 + include file linux-jlime-sh3-2.6.11/defconfig_jlime: fixes build issues * Removed i2c support and one wifi card. --- conf/distro/jlime-donkey.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index 1871af384b..01c90a5b26 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -30,9 +30,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_VERSION_binutils = "2.15.94.0.1" PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" PREFERRED_VERSION_binutils-cross-sdk = "2.15.94.0.1" -PREFERRED_VERSION_gcc = "3.4.4" -PREFERRED_VERSION_gcc-cross = "3.4.4" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4" +PREFERRED_VERSION_gcc = "4.1.1" +PREFERRED_VERSION_gcc-cross = "4.1.1" +PREFERRED_VERSION_gcc-cross-initial = "4.1.1" PREFERRED_VERSION_linux-libc-headers = "2.6.15.99" PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" PREFERRED_VERSION_glibc-initial = "2.3.2" @@ -70,12 +70,22 @@ BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-too OPIE_VERSION = "1.2.2" include conf/distro/preferred-opie-versions.inc +#<> +#<> We want pcmciautils, not pcmcia-cs +#<> +PCMCIA_MANAGER = "pcmciautils" + #<> #<>We want to be able to build this for all jornadas so #<>to not mess up the folders we need to make them dynamic. #<>It will use different folders depending on Arch (set in local.conf) include conf/distro/include/multimachine.conf +#<> +#<> Dont wanna break stuff when "some" packages do -O3, so lets set it at -O2 +#<> +FULL_OPTIMIZATION = "-O2" + #<> #<>Our Image files should look abit better. #<> -- cgit v1.2.3