merge of '7a8b58eb1559ce42d012bca6d3e376d7039ca042'
[vuplus_openembedded] / conf / machine / i586-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: i586-generic
5 #@DESCRIPTION: Machine configuration for a generic i586 machine
6
7
8 TARGET_ARCH = "i586"
9 PACKAGE_EXTRA_ARCHS = "x86 i386 i486"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
12 OLDEST_KERNEL = "2.6.18"
13
14 GLIBC_ADDONS = "nptl"
15 GLIBC_EXTRA_OECONF = "--with-tls"
16
17 IMAGE_FSTYPES = "ext2.gz"
18
19 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
20 MACHINE_TASK_PROVIDER = "task-base"
21
22
23
24 #tune for the i586 cpu
25 require conf/machine/include/tune-i586.conf