merge of 'b1b3feda7d897a425e7e06c085cbfab48b9e4f09'
[vuplus_openembedded] / conf / machine / guinness.conf
1 #@TYPE: Machine
2 #@NAME: Guinness
3 #@DESCRIPTION: Machine configuration for Linux running on a tyan 2462 mainboard (codenamed guinness)
4
5 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
6 TARGET_ARCH = "i686"
7
8 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
10
11 udevdir = "/dev"
12
13 OLDEST_KERNEL = "2.6.17"
14 GLIBC_ADDONS = "nptl"
15 GLIBC_EXTRA_OECONF = "--with-tls"
16
17 MACHINE_FEATURES = "kernel26 usbhost ext2 pci acpi"
18
19 #require conf/machine/include/tune-athlonmp.conf
20