merge of '6d7ffa8639429361a773bc0b2834f143afea7a5d'
[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
11 KERNEL_IMAGETYPE = "bzImage"
12 # todo: convert to task-base
13 # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
14 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
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