merge of '761183d571c60b5df965993faf1c23d3f933718b'
[vuplus_openembedded] / conf / machine / x86-prescott.conf
1 #@TYPE: Machine
2 #@NAME: x86-prescott
3 #@DESCRIPTION: Machine configuration for a generic i686 machine
4
5 TARGET_ARCH = "i686"
6 MACHINE_ARCH = "x86-prescott"
7 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686"
8
9 require conf/machine/include/tune-x86-prescott.inc
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
12 OLDEST_KERNEL = "2.6.20"
13
14 GLIBC_ADDONS = "nptl"
15 GLIBC_EXTRA_OECONF = "--with-tls"
16
17 IMAGE_FSTYPES = "ext2.gz"
18
19 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" 
20 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
21 MACHINE_TASK_PROVIDER = "task-base"
22