conf/machine : Remove MACHINE_TASK_PROVIDER from all machines that defined it
[vuplus_openembedded] / conf / machine / x86-32-nocona.conf
1 #@TYPE: Machine
2 #@NAME: x86-nocona
3 #@DESCRIPTION: Machine configuration for Intel 'Nocona' processor in 32-bit mode
4 #
5
6 TARGET_ARCH = "i686"
7 MACHINE_ARCH = "x86-32-nocona"
8 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686"
9
10 require conf/machine/include/tune-x86-nocona.inc
11
12 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
13 OLDEST_KERNEL = "2.6.20"
14
15 GLIBC_ADDONS = "nptl"
16 GLIBC_EXTRA_OECONF = "--with-tls"
17
18 IMAGE_FSTYPES = "ext2.gz"
19
20 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86"
21 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
22
23