diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-05-28 03:16:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 03:16:34 +0000 |
commit | 52146596f05520a8bf85ec7f77ba19038acbfbb2 (patch) | |
tree | 937c52dbcddcb40dbd5b89000210219f42ef32a5 /conf | |
parent | b5b559207bbe75633461df8a07f831022bfbd749 (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 16 |
1 files changed, 13 insertions, 3 deletions
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" @@ -71,12 +71,22 @@ 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. #<> #<> |