diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-14 11:49:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-14 11:49:13 +0000 |
commit | 382cd505caf66d1777e487640b819a73a3facdee (patch) | |
tree | 84eb4a158e732d7dd9edd7b48a74d813aa845d8c /conf/machine | |
parent | 0f80b18e9e7dc3a40b0a009a7ab59e7e984136da (diff) |
alix: use tuning for GeodeLX cpu, switch to i586
According to Jordan Crouse (Geode maintainer in Linux) GeodeLX is i586 not
i686. Also optimizations for AMD K6-2 are due to his suggestions.
My ALIX.1c board runs with Geode optimized packages for over week without
problems.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/alix.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index 77312791dc..29af29a3b8 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -5,9 +5,9 @@ # http://pcengines.ch/alix1c.htm # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html -TARGET_ARCH = "i686" +TARGET_ARCH = "i586" -PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" +PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -17,6 +17,8 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi" +require conf/machine/include/tune-geodelx.conf + IMAGE_FSTYPES += "tar.gz" MACHINE_EXTRA_RRECOMMENDS = "\ |