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 |
#@TYPE: Machine |
| 2 |
#@NAME: x86-prescott |
| 3 |
#@DESCRIPTION: Machine configuration for a generic i686 machine |
| 4 |
|
| 5 |
TARGET_ARCH = "i686" |
| 6 |
MACHINE_ARCH = "x86-prescott" |
| 7 |
|
| 8 |
require conf/machine/include/tune-x86-prescott.inc |
| 9 |
|
| 10 |
PREFERRED_PROVIDER_virtual/kernel = "linux-x86" |
| 11 |
OLDEST_KERNEL = "2.6.20" |
| 12 |
|
| 13 |
GLIBC_ADDONS = "nptl" |
| 14 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 15 |
|
| 16 |
IMAGE_FSTYPES = "ext2.gz" |
| 17 |
|
| 18 |
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" |
| 19 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |