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, Florian Boor - based on x86.conf: |
| 2 |
# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved |
| 3 |
# Released under the MIT license (see packages/COPYING) |
| 4 |
#@TYPE: Machine |
| 5 |
#@NAME: VMWare |
| 6 |
#@DESCRIPTION: Machine configuration for a VMWare virtual PC |
| 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 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 17 |
MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen x86" |
| 18 |
|
| 19 |
udevdir = "/dev" |
| 20 |
OLDEST_KERNEL = "2.6.17" |
| 21 |
GLIBC_ADDONS = "nptl" |
| 22 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 23 |
|
| 24 |
require conf/machine/include/tune-pentiumpro.inc |