merge of 'af88183f8a1fc8ac383ef392272c0f8dde354024'
[vuplus_openembedded] / conf / machine / i686-generic.conf
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: i686-generic
5 #@DESCRIPTION: Machine configuration for a generic i686 machine
6
7
8 TARGET_ARCH = "i686"
9 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux"
12 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
13 XSERVER="xserver-kdrive-vesa"
14
15 KERNEL_IMAGETYPE = "bzImage"
16
17 GLIBC_ADDONS = "nptl"
18 GLIBC_EXTRA_OECONF = "--with-tls"
19
20 IMAGE_FSTYPES ?= "ext2.gz"
21
22 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86"
23 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
24
25 #tune for pentium pro cpu
26 require conf/machine/include/tune-pentiumpro.inc
27