msmcommd: add libmsmhll as dependency and bump PR
[openembedded.git] / conf / machine / x86.conf
blob5e43102fb3a37152daa46f17973ab2374f8cb9da
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 #@TYPE: Machine
4 #@NAME: X86
5 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
7 # i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
8 TARGET_ARCH = "i486"
10 PREFERRED_PROVIDER_virtual/kernel = "linux"
11 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
12 XSERVER="xserver-kdrive-vesa"
14 KERNEL_IMAGETYPE = "bzImage"
16 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
17 MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen x86"
19 udevdir = "/dev"
20 OLDEST_KERNEL = "2.6.17"
21 GLIBC_ADDONS = "nptl"
22 GLIBC_EXTRA_OECONF = "--with-tls"
24 require conf/machine/include/tune-x86.inc