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 |
require conf/machine/x86.conf |
| 2 |
|
| 3 |
TARGET_ARCH = "i586" |
| 4 |
|
| 5 |
PREFERRED_PROVIDER_virtual/kernel = "linux-epia" |
| 6 |
OLDEST_KERNEL = "2.6.5" |
| 7 |
KERNEL_IMAGETYPE = "bzImage" |
| 8 |
|
| 9 |
GLIBC_ADDONS = "nptl" |
| 10 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 11 |
|
| 12 |
IMAGE_FSTYPES = "ext2.gz" |
| 13 |
|
| 14 |
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86" |
| 15 |
|
| 16 |
require conf/machine/include/tune-c3.inc |