From: Koen Kooi Date: Tue, 26 Sep 2006 17:19:11 +0000 (+0000) Subject: guinness.conf: machine description for computers containing a tyan 2462 mainboard X-Git-Tag: Release-2010-05/1~9453^2~687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd540edef4dc69e94da63879220e30158191180e;p=openembedded.git guinness.conf: machine description for computers containing a tyan 2462 mainboard --- diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf new file mode 100644 index 0000000000..8345ff5fd8 --- /dev/null +++ b/conf/machine/guinness.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@NAME: Guinness +#@DESCRIPTION: Machine configuration for Linux running on a tyan 2462 mainboard (codenamed guinness) + +# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html +TARGET_ARCH = "i686" + +IPKG_EXTRA_ARCHS = "x86 i386 i486 i586" +PREFERRED_PROVIDER_virtual/kernel = "linux-x86" + +# todo: convert to task-base +BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" + +udevdir = "/dev" + +OLDEST_KERNEL = "2.6.17" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +require conf/machine/include/tune-athlonmp.conf +