This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
|
| 10 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 11 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
| 12 |
XSERVER="xserver-kdrive-vesa" |
| 13 |
|
| 14 |
KERNEL_IMAGETYPE = "bzImage" |
| 15 |
|
| 16 |
GLIBC_ADDONS = "nptl" |
| 17 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 18 |
|
| 19 |
IMAGE_FSTYPES ?= "ext2.gz" |
| 20 |
IMAGE_DEVICE_TABLES = " \ |
| 21 |
files/device_table-minimal.txt \ |
| 22 |
files/device_table_add-loop.txt \ |
| 23 |
files/device_table_add-scsi.txt \ |
| 24 |
" |
| 25 |
|
| 26 |
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" |
| 27 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 28 |
|
| 29 |
#tune for pentium pro cpu |
| 30 |
require conf/machine/include/tune-pentiumpro.inc |