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-nocona |
| 3 |
#@DESCRIPTION: Machine configuration for Intel 'Nocona' processor in 32-bit mode |
| 4 |
# |
| 5 |
|
| 6 |
TARGET_ARCH = "i686" |
| 7 |
MACHINE_ARCH = "x86-32-nocona" |
| 8 |
|
| 9 |
require conf/machine/include/tune-x86-nocona.inc |
| 10 |
|
| 11 |
PREFERRED_PROVIDER_virtual/kernel = "linux-x86" |
| 12 |
OLDEST_KERNEL = "2.6.20" |
| 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 usbhost acpi ext2 x86" |
| 20 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |