merge of '70e8c209379710295e2958c7b0c0266f6d40f3a4'
[vuplus_openembedded] / conf / machine / x86.conf
1 #@TYPE: Machine
2 #@NAME: X86
3 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
4
5 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
6 TARGET_ARCH = "i486"
7 # TARGET_VENDOR = "-oe"
8 PACKAGE_EXTRA_ARCHS = "x86"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
10 # todo: convert to task-base
11 # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
12 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
13
14 MACHINE_TASK_PROVIDER = "task-base"
15
16 MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen"
17
18 udevdir = "/dev"
19 OLDEST_KERNEL = "2.6.17"
20 GLIBC_ADDONS = "nptl"
21 GLIBC_EXTRA_OECONF = "--with-tls"
22
23 #require conf/machine/include/tune-x86.conf